Home
last modified time | relevance | path

Searched refs:bitsToDouble (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp206 : llvm::APFloat(constant.Value.bitsToDouble())); in visitKnownMember()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1648 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1659 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1690 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp164 return APFloat(isDouble ? APFloat(api.bitsToDouble()) in ReadAPFloat()
1577 return FMV_i2f(inst, 64, &APInt::bitsToDouble); in operator ()()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1668 double bitsToDouble() const { return BitsToDouble(getWord(0)); } in bitsToDouble() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp756 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp3582 return api.bitsToDouble(); in convertToDouble()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9118 double DpValue = ArgAPInt.bitsToDouble(); in convertToNonDenormSingle()