Searched refs:RightOperand (Results 1 – 3 of 3) sorted by relevance
218 return RightOperand - LeftOperand.getAbsolute(); in operator +()221 if (RightOperand.isNegative()) in operator +()222 return LeftOperand - RightOperand.getAbsolute(); in operator +()257 if (RightOperand.isNegative()) in operator -()258 return LeftOperand + RightOperand.getAbsolute(); in operator -()292 if (RightOperand.isNegative()) in operator *()293 return RightOperand * LeftOperand; in operator *()324 if (RightOperand == ExpressionValue(0)) in operator /()352 return RightOperand; in max()360 return RightOperand; in min()[all …]
357 std::unique_ptr<ExpressionAST> RightOperand; variable368 RightOperand = std::move(RightOp); in BinaryOperation()
1934 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); in widenScalarMulo() local1937 {LeftOperand, RightOperand}); in widenScalarMulo()