Searched refs:hasApproxFunc (Results 1 – 11 of 11) sorted by relevance
69 return CI.hasApproxFunc(); in isCandidateSafeToLower()
114 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
552 EXPECT_FALSE(FAdd->hasApproxFunc()); in TEST_F()562 EXPECT_TRUE(FAdd->hasApproxFunc()); in TEST_F()653 EXPECT_TRUE(FAdd->hasApproxFunc()); in TEST_F()663 EXPECT_TRUE(FAdd->hasApproxFunc()); in TEST_F()
1491 EXPECT_FALSE(FNeg->hasApproxFunc()); in TEST()
284 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction286 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
280 bool hasApproxFunc() const { in hasApproxFunc() function
462 bool hasApproxFunc() const;
1869 if (Pow->hasApproxFunc() && Pow->hasNoNaNs() && BaseF->isFiniteNonZero() && in replacePowWithExp()1935 if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->hasAllowReassoc())) in replacePowWithSqrt()1989 bool AllowApprox = Pow->hasApproxFunc(); in optimizePow()
406 setApproximateFuncs(FPMO.hasApproxFunc());
793 if (FPMO->hasApproxFunc()) in getOptimizationFlags()
1513 if (FPMO->hasApproxFunc()) in getOptimizationFlags()