Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp110 APFloat createAPFloatFromInt(const fltSemantics &Sem, int Val);
256 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt() function in FAddendCoef
291 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=()
318 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal), in operator *=()