Searched refs:BaseF (Results 1 – 1 of 1) sorted by relevance
1270 const APFloat *BaseF; in replacePowWithExp() local1271 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()