Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DMathExtras.h479 inline double BitsToDouble(uint64_t Bits) { in BitsToDouble() function
/freebsd-9-stable/contrib/llvm/lib/AsmParser/
DLLLexer.cpp752 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr))); in Lex0x()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2294 BitsToDouble(0x4330000080000000ULL) : in ExpandLegalINT_TO_FP()
2295 BitsToDouble(0x4330000000000000ULL), in ExpandLegalINT_TO_FP()
2325 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), MVT::f64); in ExpandLegalINT_TO_FP()
2390 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), MVT::f64); in ExpandLegalINT_TO_FP()
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1307 BitsToDouble); in ParseConstants()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp8643 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), in LowerUINT_TO_FP_i32()
13574 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), in ReplaceNodeResults()