Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1538 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local
1539 const APFloat *NF = IsReciprocal ? &BaseR : BaseF; in replacePowWithExp()
1541 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
1545 double N = NI.logBase2() * (IsReciprocal ? -1.0 : 1.0); in replacePowWithExp()