HomeSort by relevance Sort by last modified time
    Searched defs:noInfs (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/IR/
Operator.h 174 NoInfs = (1 << 2),
190 bool noInfs() const { return 0 != (Flags & NoInfs); }
197 void setNoInfs() { Flags |= NoInfs; }
240 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
241 (B * FastMathFlags::NoInfs);
282 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 180 NoInfs = (1 << 2),
196 bool noInfs() const { return 0 != (Flags & NoInfs); }
204 void setNoInfs() { Flags |= NoInfs; }
252 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
253 (B * FastMathFlags::NoInfs);
302 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 180 NoInfs = (1 << 2),
196 bool noInfs() const { return 0 != (Flags & NoInfs); }
204 void setNoInfs() { Flags |= NoInfs; }
252 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
253 (B * FastMathFlags::NoInfs);
302 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 180 NoInfs = (1 << 2),
196 bool noInfs() const { return 0 != (Flags & NoInfs); }
204 void setNoInfs() { Flags |= NoInfs; }
252 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
253 (B * FastMathFlags::NoInfs);
302 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 180 NoInfs = (1 << 2),
196 bool noInfs() const { return 0 != (Flags & NoInfs); }
204 void setNoInfs() { Flags |= NoInfs; }
252 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
253 (B * FastMathFlags::NoInfs);
302 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 180 NoInfs = (1 << 2),
196 bool noInfs() const { return 0 != (Flags & NoInfs); }
204 void setNoInfs() { Flags |= NoInfs; }
252 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
253 (B * FastMathFlags::NoInfs);
302 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 180 NoInfs = (1 << 2),
196 bool noInfs() const { return 0 != (Flags & NoInfs); }
204 void setNoInfs() { Flags |= NoInfs; }
252 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
253 (B * FastMathFlags::NoInfs);
302 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 180 NoInfs = (1 << 2),
196 bool noInfs() const { return 0 != (Flags & NoInfs); }
204 void setNoInfs() { Flags |= NoInfs; }
252 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
253 (B * FastMathFlags::NoInfs);
302 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 180 NoInfs = (1 << 2),
196 bool noInfs() const { return 0 != (Flags & NoInfs); }
204 void setNoInfs() { Flags |= NoInfs; }
252 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
253 (B * FastMathFlags::NoInfs);
302 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;

Completed in 714 milliseconds