Lines Matching defs:RShOperand
15633 SDValue &RShOperand) {
15668 RShOperand = Add->getOperand(0);
15700 SDValue RShOperand;
15702 if (canLowerSRLToRoundingShiftForVT(Op, VT, DAG, ShiftValue, RShOperand))
15704 getPredicateForVector(DAG, DL, VT), RShOperand,
23027 SDValue RShOperand;
23028 if (!canLowerSRLToRoundingShiftForVT(Srl, ResVT, DAG, ShiftValue, RShOperand))
23032 {RShOperand, DAG.getTargetConstant(ShiftValue, DL, MVT::i32)});