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

Declarations

include/llvm/ADT/APInt.h
 1888   static WordType tcSubtractPart(WordType *, WordType, unsigned);

References

include/llvm/ADT/APInt.h
 1954     return tcSubtractPart(dst, 1, parts);
lib/Support/APInt.cpp
  226     tcSubtractPart(U.pVal, RHS, getNumWords());