Home
last modified time | relevance | path

Searched refs:NotMaskTZ (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13804 unsigned NotMaskTZ = countTrailingZeros(NotMask); in CheckForMaskedLoad() local
13805 if (NotMaskTZ & 7) return Result; // Must be multiple of a byte. in CheckForMaskedLoad()
13809 if (countTrailingOnes(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64) in CheckForMaskedLoad()
13816 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad()
13826 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
13847 Result.second = NotMaskTZ/8; in CheckForMaskedLoad()