Searched refs:tOpts (Results 1 – 1 of 1) sorted by relevance
183 TargetOptions tOpts; in CreateExecEngine() local184 tOpts.AllowFPOpFusion = FPOpFusion::Fast; in CreateExecEngine()185 tOpts.NoInfsFPMath = false; in CreateExecEngine()186 tOpts.NoNaNsFPMath = false; in CreateExecEngine()187 tOpts.UnsafeFPMath = false; in CreateExecEngine()192 .setTargetOptions(tOpts) in CreateExecEngine()