Lines Matching defs:ReciprocalMath
2920 bool ReciprocalMath = false;
2978 ReciprocalMath = true;
3114 ReciprocalMath = false;
3170 case options::OPT_freciprocal_math: ReciprocalMath = true; break;
3171 case options::OPT_fno_reciprocal_math: ReciprocalMath = false; break;
3317 ReciprocalMath = true;
3328 ReciprocalMath = false;
3354 ReciprocalMath = false;
3371 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath &&
3414 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc &&
3424 if (ReciprocalMath)
3476 ReciprocalMath && !SignedZeros && !TrappingMath && !RoundingFPMath)