Searched refs:RightOp (Results 1 – 4 of 4) sorted by relevance
322 std::unique_ptr<ExpressionAST> RightOp) in BinaryOperation() argument325 RightOperand = std::move(RightOp); in BinaryOperation()
218 APInt RightOp = *MaybeRightOp; in eval() local222 unsigned RightBitWidth = RightOp.getBitWidth(); in eval()225 RightOp = RightOp.sext(NewBitWidth); in eval()227 Expected<APInt> MaybeResult = EvalBinop(LeftOp, RightOp, Overflow); in eval()236 RightOp = RightOp.sext(NewBitWidth); in eval()
8936 SDValue RightOp = MulOp.getOperand(1); in combineShiftToMulAddHigh() local8948 if (ConstantSDNode *Constant = isConstOrConstSplat(RightOp)) { in combineShiftToMulAddHigh()8958 if (LeftOp.getOpcode() != RightOp.getOpcode()) in combineShiftToMulAddHigh()8961 if (NarrowVT != RightOp.getOperand(0).getValueType()) in combineShiftToMulAddHigh()8963 MulhRightOp = RightOp.getOperand(0); in combineShiftToMulAddHigh()8987 assert((WideVT == RightOp.getValueType()) && in combineShiftToMulAddHigh()
10646 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH() local10680 if (ConstantSDNode *Constant = isConstOrConstSplat(RightOp)) { in combineShiftToMULH()10690 if (LeftOp.getOpcode() != RightOp.getOpcode()) in combineShiftToMULH()10693 if (NarrowVT != RightOp.getOperand(0).getValueType()) in combineShiftToMULH()10695 MulhRightOp = RightOp.getOperand(0); in combineShiftToMULH()10700 assert((WideVT == RightOp.getValueType()) && in combineShiftToMULH()