5 references to LastIndexOf
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1585
return Vector512.
LastIndexOf
(vector.AsVector512(), value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
2202
return
LastIndexOf
(vector.AsInt32(), -1);
2206
return
LastIndexOf
(vector.AsInt64(), -1);
2210
return
LastIndexOf
(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
684
static int ISimdVector<Vector512<T>, T>.LastIndexOf(Vector512<T> vector, T value) => Vector512.
LastIndexOf
(vector, value);