Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1478 LibFunc LibFnFloat, LibFnDouble, LibFnLongDouble; in replacePowWithExp() local
1486 LibFnFloat = LibFunc_expf; in replacePowWithExp()
1493 LibFnFloat = LibFunc_exp2f; in replacePowWithExp()
1504 : emitUnaryFloatFnCall(FMul, TLI, LibFnDouble, LibFnFloat, in replacePowWithExp()