Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1890 LibFunc LibFnFloat, LibFnDouble, LibFnLongDouble; in replacePowWithExp() local
1900 LibFnFloat = LibFunc_expf; in replacePowWithExp()
1909 LibFnFloat = LibFunc_exp2f; in replacePowWithExp()
1920 : emitUnaryFloatFnCall(FMul, TLI, LibFnDouble, LibFnFloat, in replacePowWithExp()