8 references to AsInt64
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (8)
194return All(vector.AsInt64(), -1); 236return Any(vector.AsInt64(), -1); 879return Count(vector.AsInt64(), -1); 2178return IndexOf(vector.AsInt64(), -1); 2269return LessThan(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 2340return GreaterThanOrEqual(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 2410return LastIndexOf(vector.AsInt64(), -1); 3248return None(vector.AsInt64(), -1);