Searched refs:smul_ov (Results 1 – 5 of 5) sorted by relevance
599 Res = llvm::APSInt(LHS.Val.smul_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
954 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
85 Product = C1.smul_ov(C2, Overflow); in MultiplyOverflows()
1681 Res = Op1->getValue().smul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
2047 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt