Searched defs:RightOperand (Results 1 – 3 of 3) sorted by relevance
205 const ExpressionValue &RightOperand) { in operator +()236 const ExpressionValue &RightOperand) { in operator -()286 const ExpressionValue &RightOperand) { in operator *()318 const ExpressionValue &RightOperand) { in operator /()338 const ExpressionValue &RightOperand) { in max()358 const ExpressionValue &RightOperand) { in min()
357 std::unique_ptr<ExpressionAST> RightOperand; variable
1850 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); in widenScalarMulo() local