Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp535 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
547 APInt InDemandedBits(APInt::getLowBitsSet(BitWidth, BitWidth - NLZ)); in SimplifyDemandedUseBits()
599 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ)); in SimplifyDemandedUseBits()
615 uint32_t NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
616 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ)); in SimplifyDemandedUseBits()
826 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
832 NLZ &= ~7; in SimplifyDemandedUseBits()
835 if (BitWidth-NLZ-NTZ == 8) { in SimplifyDemandedUseBits()
/external/llvm/lib/Analysis/
DValueTracking.cpp203 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros(); in computeKnownBitsAddSub() local
205 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBitsAddSub()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2280 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros(); in computeKnownBits() local
2282 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBits()