Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18132 unsigned NotMaskTZ = countTrailingZeros(NotMask); in CheckForMaskedLoad() local
18133 if (NotMaskTZ & 7) return Result; // Must be multiple of a byte. in CheckForMaskedLoad()
18137 if (countTrailingOnes(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64) in CheckForMaskedLoad()
18144 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad()
18154 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
18169 Result.second = NotMaskTZ/8; in CheckForMaskedLoad()