Searched refs:DemandedBitsLZ (Results 1 – 2 of 2) sorted by relevance
2596 unsigned DemandedBitsLZ = DemandedBits.countLeadingZeros(); in SimplifyDemandedBits() local2597 APInt LoMask = APInt::getLowBitsSet(BitWidth, BitWidth - DemandedBitsLZ); in SimplifyDemandedBits()2642 APInt HighMask = APInt::getHighBitsSet(BitWidth, DemandedBitsLZ); in SimplifyDemandedBits()
43156 unsigned DemandedBitsLZ = OriginalDemandedBits.countLeadingZeros(); in SimplifyDemandedBitsForTargetNode() local43157 APInt LoMask = APInt::getLowBitsSet(BitWidth, BitWidth - DemandedBitsLZ); in SimplifyDemandedBitsForTargetNode()