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

References

include/llvm/ADT/APInt.h
 2155   return APIVal.signedRoundToDouble();
 2167   return float(APIVal.signedRoundToDouble());
lib/ExecutionEngine/ExecutionEngine.cpp
  704         GV.FloatVal = float(GV.IntVal.signedRoundToDouble());
  706         GV.DoubleVal = GV.IntVal.signedRoundToDouble();