Searched refs:ReciprocalMath (Results 1 – 2 of 2) sorted by relevance
614 bool ReciprocalMath = false; in addFloatingPointOptions() local687 ReciprocalMath = true; in addFloatingPointOptions()690 ReciprocalMath = false; in addFloatingPointOptions()698 ReciprocalMath = true; in addFloatingPointOptions()707 ReciprocalMath = false; in addFloatingPointOptions()733 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()758 if (ReciprocalMath) in addFloatingPointOptions()
2785 bool ReciprocalMath = false; in RenderFloatingPointOptions() local2844 ReciprocalMath = true; in RenderFloatingPointOptions()2986 ReciprocalMath = false; in RenderFloatingPointOptions()3043 case options::OPT_freciprocal_math: ReciprocalMath = true; break; in RenderFloatingPointOptions()3044 case options::OPT_fno_reciprocal_math: ReciprocalMath = false; break; in RenderFloatingPointOptions()3190 ReciprocalMath = true; in RenderFloatingPointOptions()3201 ReciprocalMath = false; in RenderFloatingPointOptions()3228 ReciprocalMath = false; in RenderFloatingPointOptions()3254 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()3297 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()[all …]