Searched refs:HasUnsafeFPMath (Results 1 – 1 of 1) sorted by relevance
109 bool HasUnsafeFPMath = false; member in __anon45f4c7150111::AMDGPUCodeGenPrepareImpl898 return SqrtFMF.approxFunc() || HasUnsafeFPMath || in canOptimizeWithRsq()925 if ((DivFMF.approxFunc() && SqrtFMF.approxFunc()) || HasUnsafeFPMath || in optimizeWithRsq()1113 const bool AllowInaccurateRcp = HasUnsafeFPMath || DivFMF.approxFunc(); in visitFDiv()2215 if (SqrtFMF.approxFunc() || HasUnsafeFPMath) in visitSqrt()2287 Impl.HasUnsafeFPMath = hasUnsafeFPMath(F); in runOnFunction()2305 Impl.HasUnsafeFPMath = hasUnsafeFPMath(F); in run()