Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h280 APFloat getAPFloatFromSize(double Val, unsigned Size);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp389 ConstantFP::get(Ctx, getAPFloatFromSize(Val, DstTy.getScalarSizeInBits())); in buildFConstant()
H A DUtils.cpp645 APFloat llvm::getAPFloatFromSize(double Val, unsigned Size) { in getAPFloatFromSize() function in llvm