Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:lshr

610       if (SimplifyDemandedBits(InOp, NewMask.lshr(ShAmt),
620 if (ShAmt < InnerBits && NewMask.lshr(InnerBits) == 0 &&
678 KnownZero = KnownZero.lshr(ShAmt);
679 KnownOne = KnownOne.lshr(ShAmt);
715 KnownZero = KnownZero.lshr(ShAmt);
716 KnownOne = KnownOne.lshr(ShAmt);
719 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt);
908 HighBits = HighBits.lshr(ShAmt->getZExtValue()).trunc(BitWidth);
1203 bestMask = Mask.lshr(offset * (width/8) * 8);
1508 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), CmpTy);
1529 NewC = NewC.lshr(ShiftBits);
2556 magics = N1C.lshr(Shift).magicu(Shift);