Home
last modified time | relevance | path

Searched refs:AssociativeMath (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp2749 bool AssociativeMath = false; in RenderFloatingPointOptions() local
2795 AssociativeMath = false; in RenderFloatingPointOptions()
2859 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()
2860 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()
2981 AssociativeMath = true; in RenderFloatingPointOptions()
2989 AssociativeMath = false; in RenderFloatingPointOptions()
3010 AssociativeMath = true; in RenderFloatingPointOptions()
3026 AssociativeMath = false; in RenderFloatingPointOptions()
3046 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
3079 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()
[all …]