Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1600 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1611 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1643 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
/external/llvm/include/llvm/ADT/
DAPInt.h1468 double bitsToDouble() const { in bitsToDouble() function
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp765 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/external/llvm/lib/Support/
DAPFloat.cpp3139 return api.bitsToDouble(); in convertToDouble()