Lines Matching defs:RightOp
10361 SDValue RightOp = ShiftOperand.getOperand(1);
10395 if (ConstantSDNode *Constant = isConstOrConstSplat(RightOp)) {
10405 if (LeftOp.getOpcode() != RightOp.getOpcode())
10408 if (NarrowVT != RightOp.getOperand(0).getValueType())
10410 MulhRightOp = RightOp.getOperand(0);
10415 assert((WideVT == RightOp.getValueType()) &&