Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1710 static APInt floatToBits(float V) { in floatToBits() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1552 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()
1638 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp772 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4052 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()