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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h369 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
371 inline double BitsToDouble(uint64_t Bits) { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp747 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr)));
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2261 BitsToDouble(0x4330000080000000ULL) :
2262 BitsToDouble(0x4330000000000000ULL),
2292 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), MVT::f64);
2357 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), MVT::f64);
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1190 BitsToDouble);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8127 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
12528 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),

Completed in 272 milliseconds