reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2255 case options::OPT_freciprocal_math: ReciprocalMath = true; break; 2256 case options::OPT_fno_reciprocal_math: ReciprocalMath = false; break; 2288 ReciprocalMath = true; 2294 ReciprocalMath = false; 2311 ReciprocalMath = true; 2325 ReciprocalMath = false; 2347 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && 2357 if (ReciprocalMath) 2376 ReciprocalMath && !SignedZeros && !TrappingMath)