Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp72 : APFloat(APInt(64, Imm).bitsToDouble()); in printOpConstantVarOps()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp209 : llvm::APFloat(constant.Value.bitsToDouble())); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1612 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1623 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1654 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp164 return APFloat(isDouble ? APFloat(api.bitsToDouble()) in ReadAPFloat()
1592 return FMV_i2f(inst, 64, &APInt::bitsToDouble); in operator ()()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1680 double bitsToDouble() const { return llvm::bit_cast<double>(getWord(0)); } in bitsToDouble() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp768 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3735 return api.bitsToDouble(); in convertToDouble()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9391 double DpValue = ArgAPInt.bitsToDouble(); in convertToNonDenormSingle()