Searched refs:createAPFloatFromInt (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 94 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 *=()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 110 APFloat createAPFloatFromInt(const fltSemantics &Sem, int Val); 259 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt() function in FAddendCoef 294 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=() 321 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal), in operator *=()
|