HomeSort by relevance Sort by last modified time
    Searched refs:FastMathFlagGuard (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
IRBuilder.h 232 class FastMathFlagGuard {
237 FastMathFlagGuard(const FastMathFlagGuard &) = delete;
238 FastMathFlagGuard &operator=(
239 const FastMathFlagGuard &) = delete;
242 FastMathFlagGuard(IRBuilderBase &B)
245 ~FastMathFlagGuard() {
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
LoopUtils.cpp 641 IRBuilder<>::FastMathFlagGuard FMFG(Builder);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineMulDivRem.cpp 652 BuilderTy::FastMathFlagGuard Guard(*Builder);
668 BuilderTy::FastMathFlagGuard Guard(*Builder);
709 BuilderTy::FastMathFlagGuard Guard(*Builder);
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 315 IRBuilder<>::FastMathFlagGuard Guard(Builder);

Completed in 418 milliseconds