Lines Matching refs:lshr
638 if (SimplifyDemandedBits(InOp, NewMask.lshr(ShAmt), in SimplifyDemandedBits()
648 if (ShAmt < InnerBits && NewMask.lshr(InnerBits) == 0 && in SimplifyDemandedBits()
674 NewMask.lshr(InnerBits - InnerShAmt + ShAmt) == 0 && in SimplifyDemandedBits()
738 KnownZero = KnownZero.lshr(ShAmt); in SimplifyDemandedBits()
739 KnownOne = KnownOne.lshr(ShAmt); in SimplifyDemandedBits()
780 KnownZero = KnownZero.lshr(ShAmt); in SimplifyDemandedBits()
781 KnownOne = KnownOne.lshr(ShAmt); in SimplifyDemandedBits()
784 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits()
1020 HighBits = HighBits.lshr(ShAmt->getZExtValue()).trunc(BitWidth); in SimplifyDemandedBits()
1409 bestMask = Mask.lshr(offset * (width/8) * 8); in SimplifySetCC()
1744 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, CmpTy); in SimplifySetCC()
1765 NewC = NewC.lshr(ShiftBits); in SimplifySetCC()
2818 magics = Divisor.lshr(Shift).magicu(Shift); in BuildUDIV()