Searched refs:BitsToDouble (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h477 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
479 inline double BitsToDouble(uint64_t Bits) { function in namespace:llvm
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp752 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr)));
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2294 BitsToDouble(0x4330000080000000ULL) :
2295 BitsToDouble(0x4330000000000000ULL),
2325 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), MVT::f64);
2390 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), MVT::f64);
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1307 BitsToDouble);
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8643 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
13574 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),

Completed in 123 milliseconds