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

References

lib/ExecutionEngine/ExecutionEngine.cpp
  766           GV.IntVal = APInt::floatToBits(GV.FloatVal);
lib/ExecutionEngine/Interpreter/Execution.cpp
 1592             APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal);
 1679         Dest.IntVal = APInt::floatToBits(Src.FloatVal);
lib/Support/APFloat.cpp
 3343   initFromAPInt(&semIEEEsingle, APInt::floatToBits(f));