Searched refs:sdiv_ov (Results 1 – 5 of 5) sorted by relevance
697 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
1118 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
1985 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
1022 APInt NewIdx = Offset.sdiv_ov(ElemSize, Overflow); in SymbolicallyEvaluateGEP()
84 Result = LHSAP.sdiv_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()