HomeSort by relevance Sort by last modified time
    Searched refs:UnsafeAlgebra (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 360 bool UnsafeAlgebra : 1;
372 Exact(false), UnsafeAlgebra(false), NoNaNs(false), NoInfs(false),
396 UnsafeAlgebra = b;
427 bool hasUnsafeAlgebra() const { return UnsafeAlgebra; }
443 UnsafeAlgebra &= Flags.UnsafeAlgebra;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 360 bool UnsafeAlgebra : 1;
372 Exact(false), UnsafeAlgebra(false), NoNaNs(false), NoInfs(false),
396 UnsafeAlgebra = b;
427 bool hasUnsafeAlgebra() const { return UnsafeAlgebra; }
443 UnsafeAlgebra &= Flags.UnsafeAlgebra;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 360 bool UnsafeAlgebra : 1;
372 Exact(false), UnsafeAlgebra(false), NoNaNs(false), NoInfs(false),
396 UnsafeAlgebra = b;
427 bool hasUnsafeAlgebra() const { return UnsafeAlgebra; }
443 UnsafeAlgebra &= Flags.UnsafeAlgebra;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 360 bool UnsafeAlgebra : 1;
372 Exact(false), UnsafeAlgebra(false), NoNaNs(false), NoInfs(false),
396 UnsafeAlgebra = b;
427 bool hasUnsafeAlgebra() const { return UnsafeAlgebra; }
443 UnsafeAlgebra &= Flags.UnsafeAlgebra;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 360 bool UnsafeAlgebra : 1;
372 Exact(false), UnsafeAlgebra(false), NoNaNs(false), NoInfs(false),
396 UnsafeAlgebra = b;
427 bool hasUnsafeAlgebra() const { return UnsafeAlgebra; }
443 UnsafeAlgebra &= Flags.UnsafeAlgebra;
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 168 EXPECT_TRUE(Builder.getFastMathFlags().UnsafeAlgebra);
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 555 Flags |= FastMathFlags::UnsafeAlgebra;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 202 milliseconds

12