Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1508 static APInt LLVM_ATTRIBUTE_UNUSED_RESULT floatToBits(float V) { in floatToBits() function
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1540 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()
1627 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp769 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/external/llvm/lib/Support/
DAPFloat.cpp3478 initFromAPInt(&IEEEsingle, APInt::floatToBits(f)); in APFloat()