Lines Matching refs:AssociativeMath
2749 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()
3086 if (AssociativeMath && !SignedZeros && !TrappingMath) in RenderFloatingPointOptions()
3134 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc && in RenderFloatingPointOptions()