Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1270 const APFloat *BaseF; in replacePowWithExp() local
1271 if (!match(Pow->getArgOperand(0), m_APFloat(BaseF))) in replacePowWithExp()
1277 BaseR.convert(BaseF->getSemantics(), APFloat::rmTowardZero, &Ignored); in replacePowWithExp()
1278 BaseR = BaseR / *BaseF; in replacePowWithExp()
1279 bool IsInteger = BaseF->isInteger(), in replacePowWithExp()
1281 const APFloat *NF = IsReciprocal ? &BaseR : BaseF; in replacePowWithExp()