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

  /external/llvm/include/llvm/IR/
IRBuilder.h 219 class FastMathFlagGuard {
224 FastMathFlagGuard(const FastMathFlagGuard &) LLVM_DELETED_FUNCTION;
225 FastMathFlagGuard &operator=(
226 const FastMathFlagGuard &) LLVM_DELETED_FUNCTION;
229 FastMathFlagGuard(IRBuilderBase &B)
232 ~FastMathFlagGuard() {
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 262 IRBuilder<>::FastMathFlagGuard Guard(Builder);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 531 BuilderTy::FastMathFlagGuard Guard(*Builder);
547 BuilderTy::FastMathFlagGuard Guard(*Builder);
588 BuilderTy::FastMathFlagGuard Guard(*Builder);
    [all...]

Completed in 3921 milliseconds