Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1635 static APInt doubleToBits(double V) { in doubleToBits() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1593 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()
1676 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp764 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp3691 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()