Searched refs:NLZ (Results 1 – 6 of 6) sorted by relevance
482 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local494 APInt InDemandedBits(APInt::getLowBitsSet(BitWidth, BitWidth - NLZ)); in SimplifyDemandedUseBits()546 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ)); in SimplifyDemandedUseBits()562 uint32_t NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local563 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ)); in SimplifyDemandedUseBits()751 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local757 NLZ &= ~7; in SimplifyDemandedUseBits()760 if (BitWidth-NLZ-NTZ == 8) { in SimplifyDemandedUseBits()
528 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local529 if (NLZ > 0) { in SimplifyDemandedUseBits()532 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ)); in SimplifyDemandedUseBits()741 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local747 NLZ &= ~7; in SimplifyDemandedUseBits()750 if (BitWidth-NLZ-NTZ == 8) { in SimplifyDemandedUseBits()
386 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros(); in ComputeMaskedBits() local388 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in ComputeMaskedBits()
246 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros(); in computeKnownBitsAddSub() local248 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBitsAddSub()
1963 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros(); in ComputeMaskedBits() local1965 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in ComputeMaskedBits()
2340 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros(); in computeKnownBits() local2342 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBits()