Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1643 static APInt floatToBits(float V) { in floatToBits() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1588 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()
1674 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp760 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp3687 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()