reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1915 if (RHS < 0) 1916 APInt::udivrem(-LHS, -RHS, Quotient, R); 1918 APInt::udivrem(-LHS, RHS, Quotient, R); 1922 } else if (RHS < 0) { 1923 APInt::udivrem(LHS, -RHS, Quotient, R); 1926 APInt::udivrem(LHS, RHS, Quotient, R);