Home
last modified time | relevance | path

Searched refs:getAPFloatFromSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h234 APFloat getAPFloatFromSize(double Val, unsigned Size);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp424 APFloat llvm::getAPFloatFromSize(double Val, unsigned Size) { in getAPFloatFromSize() function in llvm
H A DMachineIRBuilder.cpp321 ConstantFP::get(Ctx, getAPFloatFromSize(Val, DstTy.getScalarSizeInBits())); in buildFConstant()