Home | History | Annotate | Download | only in ToolChains

Lines Matching defs:AssociativeMath

2615   bool AssociativeMath = false;
2655 AssociativeMath = false;
2719 case options::OPT_fassociative_math: AssociativeMath = true; break;
2720 case options::OPT_fno_associative_math: AssociativeMath = false; break;
2828 AssociativeMath = true;
2835 AssociativeMath = false;
2855 AssociativeMath = true;
2870 AssociativeMath = false;
2885 !AssociativeMath && !ReciprocalMath &&
2915 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros &&
2922 if (AssociativeMath && !SignedZeros && !TrappingMath)
2967 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath &&