Searched refs:hasApproxFunc (Results 1 – 8 of 8) sorted by relevance
114 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
275 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction277 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
1312 if (FPO->hasApproxFunc()) in WriteOptimizationInfo()
478 bool hasApproxFunc() const;
363 bool hasApproxFunc() const { in hasApproxFunc() function
1566 if (Pow->hasApproxFunc() && Pow->hasNoNaNs() && BaseF->isFiniteNonZero() && in replacePowWithExp()1628 if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->hasAllowReassoc())) in replacePowWithSqrt()1680 bool AllowApprox = Pow->hasApproxFunc(); in optimizePow()
406 setApproximateFuncs(FPMO.hasApproxFunc());
1484 if (FPMO->hasApproxFunc()) in getOptimizationFlags()