Searched defs:RightOperand (Results 1 – 3 of 3) sorted by relevance
157 const APInt &RightOperand, bool &Overflow) { in exprAdd()162 const APInt &RightOperand, bool &Overflow) { in exprSub()167 const APInt &RightOperand, bool &Overflow) { in exprMul()172 const APInt &RightOperand, bool &Overflow) { in exprDiv()181 const APInt &RightOperand, bool &Overflow) { in exprMax()187 const APInt &RightOperand, bool &Overflow) { in exprMin()
334 std::unique_ptr<ExpressionAST> RightOperand; global() variable
2329 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); in widenScalarMulo() local