Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1599 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1610 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1642 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h1714 double bitsToDouble() const { in bitsToDouble() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp763 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp1630 return (long_double_t)ldbl_val.bitsToDouble(); in LongDouble()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp3028 return api.bitsToDouble(); in convertToDouble()