Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RHSShift

3777   SDValue RHSShift;   // The shift.
3779 if (!MatchRotateHalf(RHS, RHSShift, RHSMask))
3782 if (LHSShift.getOperand(0) != RHSShift.getOperand(0))
3785 if (LHSShift.getOpcode() == RHSShift.getOpcode())
3789 if (RHSShift.getOpcode() == ISD::SHL) {
3791 std::swap(LHSShift, RHSShift);
3798 SDValue RHSShiftArg = RHSShift.getOperand(0);
3799 SDValue RHSShiftAmt = RHSShift.getOperand(1);