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

Declarations

include/llvm/ADT/APFloat.h
  546   void initFromDoubleAPInt(const APInt &api);

References

lib/Support/APFloat.cpp
 3118   initFromDoubleAPInt(APInt(64, i1));
 3275     return initFromDoubleAPInt(api);