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

References

lib/Support/APInt.cpp
 2464   for (unsigned i = 0; i < parts; i++) {
 2464   for (unsigned i = 0; i < parts; i++) {
 2465     WordType l = dst[i];
 2467       dst[i] -= rhs[i] + 1;
 2467       dst[i] -= rhs[i] + 1;
 2468       c = (dst[i] >= l);
 2470       dst[i] -= rhs[i];
 2470       dst[i] -= rhs[i];
 2471       c = (dst[i] > l);