Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h218 class FastMathFlagGuard {
223 FastMathFlagGuard(const FastMathFlagGuard &) = delete;
224 FastMathFlagGuard &operator=(
225 const FastMathFlagGuard &) = delete;
228 FastMathFlagGuard(IRBuilderBase &B) in FastMathFlagGuard() function
231 ~FastMathFlagGuard() { in ~FastMathFlagGuard()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp268 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp627 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul()
643 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul()
684 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1242 IRBuilderDefaultInserter<true> >::FastMathFlagGuard Guard(B); in optimizeSqrt()