Searched refs:AssociativeMath (Results 1 – 2 of 2) sorted by relevance
116 bool AssociativeMath = false; in addFloatingPointOptions() local168 AssociativeMath = true; in addFloatingPointOptions()171 AssociativeMath = false; in addFloatingPointOptions()184 AssociativeMath = true; in addFloatingPointOptions()193 AssociativeMath = false; in addFloatingPointOptions()209 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()231 if (AssociativeMath && !SignedZeros) in addFloatingPointOptions()
2689 bool AssociativeMath = false; in RenderFloatingPointOptions() local2739 AssociativeMath = false; in RenderFloatingPointOptions()2803 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()2804 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()2947 AssociativeMath = true; in RenderFloatingPointOptions()2957 AssociativeMath = false; in RenderFloatingPointOptions()2985 AssociativeMath = true; in RenderFloatingPointOptions()3003 AssociativeMath = false; in RenderFloatingPointOptions()3022 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()3057 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()[all …]