Searched refs:AssociativeMath (Results 1 – 2 of 2) sorted by relevance
492 bool AssociativeMath = false; in addFloatingPointOptions() local544 AssociativeMath = true; in addFloatingPointOptions()547 AssociativeMath = false; in addFloatingPointOptions()560 AssociativeMath = true; in addFloatingPointOptions()569 AssociativeMath = false; in addFloatingPointOptions()585 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()607 if (AssociativeMath && !SignedZeros) in addFloatingPointOptions()
2748 bool AssociativeMath = false; in RenderFloatingPointOptions() local2819 AssociativeMath = false; in RenderFloatingPointOptions()2882 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()2883 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()3031 AssociativeMath = true; in RenderFloatingPointOptions()3041 AssociativeMath = false; in RenderFloatingPointOptions()3069 AssociativeMath = true; in RenderFloatingPointOptions()3091 AssociativeMath = false; in RenderFloatingPointOptions()3110 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()3145 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()[all …]