Searched refs:ReciprocalMath (Results 1 – 4 of 4) sorted by relevance
108 CODEGENOPT(ReciprocalMath , 1, 0) ///< Allow FP divisions to be reassociated.
79 if (CGM.getCodeGenOpts().ReciprocalMath) { in CodeGenFunction()
4215 bool ReciprocalMath = false; in ConstructJob() local4224 ReciprocalMath = true; in ConstructJob()4245 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in ConstructJob()4252 if (ReciprocalMath) in ConstructJob()
569 Opts.ReciprocalMath = Args.hasArg(OPT_freciprocal_math); in ParseCodeGenArgs()