Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h105 APFloat getAPFloatFromSize(double Val, unsigned Size);
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp225 APFloat llvm::getAPFloatFromSize(double Val, unsigned Size) { in getAPFloatFromSize() function in llvm
H A DMachineIRBuilder.cpp283 ConstantFP::get(Ctx, getAPFloatFromSize(Val, DstTy.getSizeInBits())); in buildFConstant()