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

References

lib/ExecutionEngine/ExecutionEngine.cpp
  689         GV.FloatVal = float(GV.IntVal.roundToDouble());
  689         GV.FloatVal = float(GV.IntVal.roundToDouble());
  691         GV.DoubleVal = GV.IntVal.roundToDouble();
  691         GV.DoubleVal = GV.IntVal.roundToDouble();
  694         (void)apf.convertFromAPInt(GV.IntVal,
  697         GV.IntVal = apf.bitcastToAPInt();
  699       return GV;