Searched refs:FastMathFlagGuard (Results 1 – 4 of 4) sorted by relevance
218 class FastMathFlagGuard {223 FastMathFlagGuard(const FastMathFlagGuard &) = delete;224 FastMathFlagGuard &operator=(225 const FastMathFlagGuard &) = delete;228 FastMathFlagGuard(IRBuilderBase &B) in FastMathFlagGuard() function231 ~FastMathFlagGuard() { in ~FastMathFlagGuard()
268 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F()
627 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul()643 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul()684 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul()
1242 IRBuilderDefaultInserter<true> >::FastMathFlagGuard Guard(B); in optimizeSqrt()