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

Declarations

include/llvm/ADT/APInt.h
  169   void reallocate(unsigned NewBitWidth);

References

lib/Support/APInt.cpp
  149   reallocate(RHS.getBitWidth());
 1810   Quotient.reallocate(BitWidth);
 1811   Remainder.reallocate(BitWidth);
 1876   Quotient.reallocate(BitWidth);