Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1779 LibFunc LibFnFloat, LibFnDouble, LibFnLongDouble; in replacePowWithExp() local
1787 LibFnFloat = LibFunc_expf; in replacePowWithExp()
1794 LibFnFloat = LibFunc_exp2f; in replacePowWithExp()
1805 : emitUnaryFloatFnCall(FMul, TLI, LibFnDouble, LibFnFloat, in replacePowWithExp()