Home
last modified time | relevance | path

Searched refs:LibFnDouble (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
1901 LibFnDouble = LibFunc_exp; in replacePowWithExp()
1910 LibFnDouble = LibFunc_exp2; in replacePowWithExp()
1920 : emitUnaryFloatFnCall(FMul, TLI, LibFnDouble, LibFnFloat, in replacePowWithExp()