Lines Matching refs:lshr
612 if (SimplifyDemandedBits(InOp, NewMask.lshr(ShAmt),
622 if (ShAmt < InnerBits && NewMask.lshr(InnerBits) == 0 &&
680 KnownZero = KnownZero.lshr(ShAmt);
681 KnownOne = KnownOne.lshr(ShAmt);
717 KnownZero = KnownZero.lshr(ShAmt);
718 KnownOne = KnownOne.lshr(ShAmt);
721 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt);
910 HighBits = HighBits.lshr(ShAmt->getZExtValue()).trunc(BitWidth);
1206 bestMask = Mask.lshr(offset * (width/8) * 8);
1511 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), CmpTy);
1532 NewC = NewC.lshr(ShiftBits);
2559 magics = N1C.lshr(Shift).magicu(Shift);