Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1495 static APInt LLVM_ATTRIBUTE_UNUSED_RESULT floatToBits(float V) { in floatToBits() function
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1539 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()
1626 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp678 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp3453 initFromAPInt(&IEEEsingle, APInt::floatToBits(f)); in APFloat()