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

References

include/llvm/ADT/APInt.h
 1727     return BitsToDouble(getWord(0));
lib/BinaryFormat/MsgPackReader.cpp
   85     Obj.Float = BitsToDouble(endian::read<uint64_t, Endianness>(Current));
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2393                                      BitsToDouble(0x4330000080000000ULL) :
 2394                                      BitsToDouble(0x4330000000000000ULL),
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 6100         BitsToDouble(UINT64_C(0x4530000000100000)), dl, DstVT);
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 2559   SDValue K0 = DAG.getConstantFP(BitsToDouble(UINT64_C(0x3df0000000000000)), SL,
 2561   SDValue K1 = DAG.getConstantFP(BitsToDouble(UINT64_C(0xc1f0000000000000)), SL,
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 3272   double DoubleImm = BitsToDouble(ImmOp64);
lib/Target/Mips/MipsLegalizerInfo.cpp
  280         s64, BitsToDouble(UINT64_C(0x4330000000000000)));
lib/Target/X86/X86ISelLowering.cpp
18610   SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl,
28230         DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl, MVT::v2f64);
unittests/Support/MathExtrasTest.cpp
  257   EXPECT_DOUBLE_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));