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