Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
HDSPIRVInstPrinter.cpp72 : APFloat(APInt(64, Imm).bitsToDouble()); in printOpConstantVarOps()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDUdtRecordCompleter.cpp209 : llvm::APFloat(constant.Value.bitsToDouble())); in visitKnownMember()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.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-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.cpp164 return APFloat(isDouble ? APFloat(api.bitsToDouble()) in ReadAPFloat()
1592 return FMV_i2f(inst, 64, &APInt::bitsToDouble); in operator ()()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h1680 double bitsToDouble() const { return llvm::bit_cast<double>(getWord(0)); } in bitsToDouble() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp768 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp3735 return api.bitsToDouble(); in convertToDouble()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp9391 double DpValue = ArgAPInt.bitsToDouble(); in convertToNonDenormSingle()