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

Declarations

include/llvm/ADT/APFloat.h
  657   opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);

References

include/llvm/ADT/APFloat.h
 1094     APFLOAT_DISPATCH_ON_SEMANTICS(convertFromAPInt(Input, IsSigned, RM));