Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2080 LibFunc LibFnFloat, LibFnDouble, LibFnLongDouble; in replacePowWithExp() local
2090 LibFnFloat = LibFunc_expf; in replacePowWithExp()
2099 LibFnFloat = LibFunc_exp2f; in replacePowWithExp()
2109 : emitUnaryFloatFnCall(FMul, TLI, LibFnDouble, LibFnFloat, in replacePowWithExp()