Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1691 static APInt floatToBits(float V) { in floatToBits() function
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp760 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp3931 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()