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