Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1566 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local
1567 const APFloat *NF = IsReciprocal ? &BaseR : BaseF; in replacePowWithExp()
1569 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
1573 double N = NI.logBase2() * (IsReciprocal ? -1.0 : 1.0); in replacePowWithExp()