Home | History | Annotate | Download | only in Support

Lines Matching refs:sdiv

1880 APInt APInt::sdiv(const APInt &RHS) const {
2026 return sdiv(RHS);
2033 Overflow = Res.sdiv(RHS) != *this || Res.sdiv(*this) != RHS;