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 210 class FastMathFlagGuard {
215 FastMathFlagGuard(const FastMathFlagGuard &) = delete;
216 FastMathFlagGuard &operator=(
217 const FastMathFlagGuard &) = delete;
220 FastMathFlagGuard(IRBuilderBase &B)
223 ~FastMathFlagGuard() {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineMulDivRem.cpp 638 BuilderTy::FastMathFlagGuard Guard(*Builder);
654 BuilderTy::FastMathFlagGuard Guard(*Builder);
695 BuilderTy::FastMathFlagGuard Guard(*Builder);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 599 IRBuilder<>::FastMathFlagGuard FMFG(Builder);
SimplifyLibCalls.cpp     [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 305 IRBuilder<>::FastMathFlagGuard Guard(Builder);

Completed in 408 milliseconds