Lines Matching refs:ReciprocalMath
2860 bool ReciprocalMath = false;
2898 ReciprocalMath = true;
3021 ReciprocalMath = false;
3067 case options::OPT_freciprocal_math: ReciprocalMath = true; break;
3068 case options::OPT_fno_reciprocal_math: ReciprocalMath = false; break;
3200 ReciprocalMath = true;
3210 ReciprocalMath = false;
3240 ReciprocalMath = false;
3262 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath &&
3295 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc &&
3305 if (ReciprocalMath)
3357 ReciprocalMath && !SignedZeros && !TrappingMath && !RoundingFPMath) {