4 references to None
System.Private.CoreLib (4)
src\runtime\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);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
3170
return
None
(vector.AsInt32(), -1);
3174
return
None
(vector.AsInt64(), -1);
3178
return
None
(vector, Scalar<T>.AllBitsSet);