Lines Matching defs:AssociativeMath
2859 bool AssociativeMath = false;
2897 AssociativeMath = true;
3020 AssociativeMath = false;
3065 case options::OPT_fassociative_math: AssociativeMath = true; break;
3066 case options::OPT_fno_associative_math: AssociativeMath = false; break;
3199 AssociativeMath = true;
3209 AssociativeMath = false;
3239 AssociativeMath = false;
3262 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath &&
3295 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc &&
3302 if (AssociativeMath && !SignedZeros && !TrappingMath)
3356 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc &&