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

Declarations

include/llvm/ADT/APFloat.h
  456   void makeSmallest(bool Neg = false);

References

include/llvm/ADT/APFloat.h
  822     APFLOAT_DISPATCH_ON_SEMANTICS(makeSmallest(Neg));
lib/Support/APFloat.cpp
 3721     makeSmallest(false);