Searched refs:ReciprocalMath (Results 1 – 2 of 2) sorted by relevance
117 bool ReciprocalMath = false; in addFloatingPointOptions() local174 ReciprocalMath = true; in addFloatingPointOptions()177 ReciprocalMath = false; in addFloatingPointOptions()185 ReciprocalMath = true; in addFloatingPointOptions()194 ReciprocalMath = false; in addFloatingPointOptions()209 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()234 if (ReciprocalMath) in addFloatingPointOptions()
2690 bool ReciprocalMath = false; in RenderFloatingPointOptions() local2740 ReciprocalMath = false; in RenderFloatingPointOptions()2805 case options::OPT_freciprocal_math: ReciprocalMath = true; break; in RenderFloatingPointOptions()2806 case options::OPT_fno_reciprocal_math: ReciprocalMath = false; break; in RenderFloatingPointOptions()2948 ReciprocalMath = true; in RenderFloatingPointOptions()2958 ReciprocalMath = false; in RenderFloatingPointOptions()2986 ReciprocalMath = true; in RenderFloatingPointOptions()3004 ReciprocalMath = false; in RenderFloatingPointOptions()3022 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()3057 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()[all …]