Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1487 static APInt LLVM_ATTRIBUTE_UNUSED_RESULT doubleToBits(double V) { in doubleToBits() function
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1545 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()
1629 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp750 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/external/llvm/lib/Support/
DAPFloat.cpp3457 initFromAPInt(&IEEEdouble, APInt::doubleToBits(d)); in APFloat()