reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1914 if (LHS.isNegative()) { 1916 APInt::udivrem(-LHS, -RHS, Quotient, R); 1918 APInt::udivrem(-LHS, RHS, Quotient, R); 1923 APInt::udivrem(LHS, -RHS, Quotient, R); 1926 APInt::udivrem(LHS, RHS, Quotient, R);