Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp482 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
494 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() local
563 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ)); in SimplifyDemandedUseBits()
751 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
757 NLZ &= ~7; in SimplifyDemandedUseBits()
760 if (BitWidth-NLZ-NTZ == 8) { in SimplifyDemandedUseBits()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp528 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
529 if (NLZ > 0) { in SimplifyDemandedUseBits()
532 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ)); in SimplifyDemandedUseBits()
741 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
747 NLZ &= ~7; in SimplifyDemandedUseBits()
750 if (BitWidth-NLZ-NTZ == 8) { in SimplifyDemandedUseBits()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp386 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros(); in ComputeMaskedBits() local
388 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in ComputeMaskedBits()
/external/llvm/lib/Analysis/
DValueTracking.cpp246 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros(); in computeKnownBitsAddSub() local
248 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBitsAddSub()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1963 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros(); in ComputeMaskedBits() local
1965 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in ComputeMaskedBits()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2340 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros(); in computeKnownBits() local
2342 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBits()