Lines Matching defs:RightOp
10191 SDValue RightOp = ShiftOperand.getOperand(1);
10225 if (ConstantSDNode *Constant = isConstOrConstSplat(RightOp)) {
10235 if (LeftOp.getOpcode() != RightOp.getOpcode())
10238 if (NarrowVT != RightOp.getOperand(0).getValueType())
10240 MulhRightOp = RightOp.getOperand(0);
10245 assert((WideVT == RightOp.getValueType()) &&