Searched refs:sdiv_ov (Results 1 – 4 of 4) sorted by relevance
716 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
1002 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
1952 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
80 Result = LHSAP.sdiv_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()