Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp70 : APFloat(APInt(64, Imm).bitsToDouble()); in printOpConstantVarOps()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp206 : llvm::APFloat(constant.Value.bitsToDouble())); in visitKnownMember()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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 ()()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1664 double bitsToDouble() const { return llvm::bit_cast<double>(getWord(0)); } in bitsToDouble() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp768 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3670 return api.bitsToDouble(); in convertToDouble()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9260 double DpValue = ArgAPInt.bitsToDouble(); in convertToNonDenormSingle()