Searched refs:hasApproxFunc (Results 1 – 7 of 7) sorted by relevance
229 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction231 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
1271 if (FPO->hasApproxFunc()) in WriteOptimizationInfo()
425 bool hasApproxFunc() const;
359 bool hasApproxFunc() const { in hasApproxFunc() function
1592 if (Pow->hasOneUse() && Pow->hasApproxFunc() && Pow->hasNoNaNs() && in replacePowWithExp()1649 if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->hasAllowReassoc())) in replacePowWithSqrt()1693 bool AllowApprox = Pow->hasApproxFunc(); in optimizePow()
399 setApproximateFuncs(FPMO.hasApproxFunc());
1415 if (FPMO->hasApproxFunc()) in getOptimizationFlags()