Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1318 double bitsToDouble() const { in bitsToDouble() function
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp669 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1060 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
/external/llvm/lib/Support/
DAPFloat.cpp2952 return api.bitsToDouble(); in convertToDouble()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2405 return getConstantFP(Val.bitsToDouble(), VT); in getNode()