Searched refs:fast_math_flags (Results 1 – 1 of 1) sorted by relevance
75 llvm::FastMathFlags fast_math_flags; in RewriteCalls() local76 fast_math_flags.setFast(enable_fast_math); in RewriteCalls()77 b.setFastMathFlags(fast_math_flags); in RewriteCalls()