Home
last modified time | relevance | path

Searched refs:getFltSemantics (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DType.h167 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp525 C = ConstantFP::get(F->getContext(), APFloat(ArgTy->getFltSemantics(), in runFunction()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp382 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt); in Act()
/external/llvm/lib/IR/
DConstantFold.cpp171 APFloat(DestTy->getFltSemantics(), in FoldBitCast()
650 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp754 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue()