Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19419 unsigned NotMaskTZ = llvm::countr_zero(NotMask); in CheckForMaskedLoad() local
19420 if (NotMaskTZ & 7) return Result; // Must be multiple of a byte. in CheckForMaskedLoad()
19424 if (llvm::countr_one(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64) in CheckForMaskedLoad()
19431 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad()
19441 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
19456 Result.second = NotMaskTZ/8; in CheckForMaskedLoad()