Searched refs:createAPFloatFromInt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp109 APFloat createAPFloatFromInt(const fltSemantics &Sem, int Val);
255 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { function in class:FAddendCoef
290 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode);
317 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),

Completed in 25 milliseconds