Home
last modified time | relevance | path

Searched refs:FastMathFlagGuard (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDIRBuilder.h208 class FastMathFlagGuard {
213 FastMathFlagGuard(const FastMathFlagGuard &) = delete;
214 FastMathFlagGuard &operator=(
215 const FastMathFlagGuard &) = delete;
218 FastMathFlagGuard(IRBuilderBase &B) in FastMathFlagGuard() function
221 ~FastMathFlagGuard() { in ~FastMathFlagGuard()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineMulDivRem.cpp631 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul()
647 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul()
688 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDSimplifyLibCalls.cpp1242 IRBuilderDefaultInserter<true> >::FastMathFlagGuard Guard(B); in optimizeSqrt()