Lines Matching defs:AssociativeMath
2919 bool AssociativeMath = false;
2977 AssociativeMath = true;
3113 AssociativeMath = false;
3168 case options::OPT_fassociative_math: AssociativeMath = true; break;
3169 case options::OPT_fno_associative_math: AssociativeMath = false; break;
3316 AssociativeMath = true;
3327 AssociativeMath = false;
3353 AssociativeMath = false;
3371 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath &&
3414 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc &&
3421 if (AssociativeMath && !SignedZeros && !TrappingMath)
3475 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc &&