reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/APInt.cpp
 1841     Quotient = APInt(BitWidth, QuotVal);
 1850     Quotient = APInt(BitWidth, 0);    // 0 / Y ===> 0
 1863     Quotient = APInt(BitWidth, 0);    // X / Y ===> 0, iff X < Y
 1868     Quotient  = APInt(BitWidth, 1);   // X / X ===> 1
 1876   Quotient.reallocate(BitWidth);
 1890               (getNumWords(BitWidth) - lhsWords) * APINT_WORD_SIZE);