Searched refs:NTZ (Results 1 – 5 of 5) sorted by relevance
752 unsigned NTZ = DemandedMask.countTrailingZeros(); in SimplifyDemandedUseBits() local758 NTZ &= ~7; in SimplifyDemandedUseBits()760 if (BitWidth-NLZ-NTZ == 8) { in SimplifyDemandedUseBits()761 unsigned ResultBit = NTZ; in SimplifyDemandedUseBits()762 unsigned InputBit = BitWidth-NTZ-8; in SimplifyDemandedUseBits()
742 unsigned NTZ = DemandedMask.countTrailingZeros(); in SimplifyDemandedUseBits() local748 NTZ &= ~7; in SimplifyDemandedUseBits()750 if (BitWidth-NLZ-NTZ == 8) { in SimplifyDemandedUseBits()751 unsigned ResultBit = NTZ; in SimplifyDemandedUseBits()752 unsigned InputBit = BitWidth-NTZ-8; in SimplifyDemandedUseBits()
1826 unsigned NTZ = AndCst->getValue().countTrailingZeros(); in visitICmpInstWithInstAndIntCst() local1827 if ((NTZ < AndCst->getBitWidth()) && in visitICmpInstWithInstAndIntCst()1828 APInt::getOneBitSet(AndCst->getBitWidth(), NTZ).ugt(RHSV)) in visitICmpInstWithInstAndIntCst()
3512 NTZ{
2737 "NTZ",