Searched refs:NotMaskTZ (Results 1 – 1 of 1) sorted by relevance
20755 unsigned NotMaskTZ = llvm::countr_zero(NotMask); in CheckForMaskedLoad() local20756 if (NotMaskTZ & 7) return Result; // Must be multiple of a byte. in CheckForMaskedLoad()20760 if (llvm::countr_one(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64) in CheckForMaskedLoad()20767 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad()20777 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()20792 Result.second = NotMaskTZ/8; in CheckForMaskedLoad()