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

Declarations

include/llvm/ADT/APFloat.h
  543   void initFromAPInt(const fltSemantics *Sem, const APInt &api);

References

lib/Support/APFloat.cpp
 3339   initFromAPInt(&Sem, API);
 3343   initFromAPInt(&semIEEEsingle, APInt::floatToBits(f));
 3347   initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d));