Searched refs:sdiv_ov (Results 1 – 3 of 3) sorted by relevance
581 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
953 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
2031 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt