Searched refs:NotMaskTZ (Results 1 – 1 of 1) sorted by relevance
17478 unsigned NotMaskTZ = countTrailingZeros(NotMask); in CheckForMaskedLoad() local17479 if (NotMaskTZ & 7) return Result; // Must be multiple of a byte. in CheckForMaskedLoad()17483 if (countTrailingOnes(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64) in CheckForMaskedLoad()17490 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad()17500 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()17515 Result.second = NotMaskTZ/8; in CheckForMaskedLoad()