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