Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp94 APFloat createAPFloatFromInt(const fltSemantics &Sem, int Val);
243 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt() function in FAddendCoef
278 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=()
305 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal), in operator *=()