Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1225 LibFunc LibFnFloat; in replacePowWithExp() local
1235 LibFnFloat = LibFunc_expf; in replacePowWithExp()
1242 LibFnFloat = LibFunc_exp2f; in replacePowWithExp()
1253 : emitUnaryFloatFnCall(FMul, TLI, LibFnDouble, LibFnFloat, in replacePowWithExp()