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

Declarations

include/llvm/ADT/APFloat.h
  539   APInt convertDoubleAPFloatToAPInt() const;

References

lib/Support/APFloat.cpp
 2890   words[0] = *u.convertDoubleAPFloatToAPInt().getRawData();
 2906     words[1] = *v.convertDoubleAPFloatToAPInt().getRawData();
 3042     return convertDoubleAPFloatToAPInt();