Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:lshr

633       if (SimplifyDemandedBits(InOp, NewMask.lshr(ShAmt),
643 if (ShAmt < InnerBits && NewMask.lshr(InnerBits) == 0 &&
669 NewMask.lshr(InnerBits - InnerShAmt + ShAmt) == 0 &&
726 KnownZero = KnownZero.lshr(ShAmt);
727 KnownOne = KnownOne.lshr(ShAmt);
763 KnownZero = KnownZero.lshr(ShAmt);
764 lshr(ShAmt);
767 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt);
992 HighBits = HighBits.lshr(ShAmt->getZExtValue()).trunc(BitWidth);
1352 bestMask = Mask.lshr(offset * (width/8) * 8);
1678 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), CmpTy);
1699 NewC = NewC.lshr(ShiftBits);
2732 magics = Divisor.lshr(Shift).magicu(Shift);