Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp493 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
505 APInt InDemandedBits(APInt::getLowBitsSet(BitWidth, BitWidth - NLZ)); in SimplifyDemandedUseBits()
557 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ)); in SimplifyDemandedUseBits()
573 uint32_t NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
574 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ)); in SimplifyDemandedUseBits()
783 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
789 NLZ &= ~7; in SimplifyDemandedUseBits()
792 if (BitWidth-NLZ-NTZ == 8) { in SimplifyDemandedUseBits()
/external/llvm/lib/Analysis/
DValueTracking.cpp59 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros(); in computeKnownBitsAddSub() local
61 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBitsAddSub()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2239 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros(); in computeKnownBits() local
2241 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBits()