2 references to IsCharBitNotSetAvx512
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\ProbabilisticMap.cs (2)
122Vector512<byte> resultLower = IsCharBitNotSetAvx512(charMap, sourceLower); 123Vector512<byte> resultUpper = IsCharBitNotSetAvx512(charMap, sourceUpper);