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

References

lib/Support/APInt.cpp
 2218     Tmp.negate();
 2238     while (Tmp.getBoolValue()) {
 2239       unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt;
 2241       Tmp.lshrInPlace(ShiftAmt);
 2244     while (Tmp.getBoolValue()) {
 2246       udivrem(Tmp, Radix, Tmp, Digit);
 2246       udivrem(Tmp, Radix, Tmp, Digit);