4 references to None
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
2893
return
None
(vector.AsInt32(), -1);
2897
return
None
(vector.AsInt64(), -1);
2901
return
None
(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
792
static bool ISimdVector<Vector512<T>, T>.None(Vector512<T> vector, T value) => Vector512.
None
(vector, value);