Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1343 static APInt doubleToBits(double V) { in doubleToBits() function
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp677 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1048 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
/external/llvm/lib/Support/
DAPFloat.cpp3277 initFromAPInt(APInt::doubleToBits(d)); in APFloat()