Searched refs:hasApproxFunc (Results 1 – 9 of 9) sorted by relevance
69 return CI.hasApproxFunc(); in isCandidateSafeToLower()
114 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
334 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction336 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
283 bool hasApproxFunc() const { in hasApproxFunc() function
485 bool hasApproxFunc() const LLVM_READONLY;
284 [&Inst] { Inst.setHasApproxFunc(!Inst.hasApproxFunc()); }); in mutate()
1986 if (Pow->hasApproxFunc() && Pow->hasNoNaNs() && BaseF->isFiniteNonZero() && in replacePowWithExp()2051 if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->hasAllowReassoc())) in replacePowWithSqrt()2106 bool AllowApprox = Pow->hasApproxFunc(); in optimizePow()
414 setApproximateFuncs(FPMO.hasApproxFunc());
1552 if (FPMO->hasApproxFunc()) in getOptimizationFlags()