Searched refs:AssociativeMath (Results 1 – 1 of 1) sorted by relevance
2622 bool AssociativeMath = false; in RenderFloatingPointOptions() local2662 AssociativeMath = false; in RenderFloatingPointOptions()2726 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()2835 AssociativeMath = true; in RenderFloatingPointOptions()2842 AssociativeMath = false; in RenderFloatingPointOptions()2862 AssociativeMath = true; in RenderFloatingPointOptions()2877 AssociativeMath = false; in RenderFloatingPointOptions()2892 !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()2922 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()2929 if (AssociativeMath && !SignedZeros && !TrappingMath) in RenderFloatingPointOptions()[all …]