6 references to LastIndexOf
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1607
return Vector256.
LastIndexOf
(vector.AsVector256(), value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (3)
2187
return
LastIndexOf
(vector.AsInt32(), -1);
2191
return
LastIndexOf
(vector.AsInt64(), -1);
2195
return
LastIndexOf
(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
684
static int ISimdVector<Vector256<T>, T>.LastIndexOf(Vector256<T> vector, T value) => Vector256.
LastIndexOf
(vector, value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2201
/// <inheritdoc cref="Vector256.
LastIndexOf
{T}(Vector256{T}, T)" />