Searched defs:RightOperand (Results 1 – 3 of 3) sorted by relevance
156 const APInt &RightOperand, bool &Overflow) { in exprAdd()161 const APInt &RightOperand, bool &Overflow) { in exprSub()166 const APInt &RightOperand, bool &Overflow) { in exprMul()171 const APInt &RightOperand, bool &Overflow) { in exprDiv()180 const APInt &RightOperand, bool &Overflow) { in exprMax()186 const APInt &RightOperand, bool &Overflow) { in exprMin()
314 std::unique_ptr<ExpressionAST> RightOperand; variable
2627 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); in widenScalarMulo() local