HomeSort by relevance Sort by last modified time
    Searched refs:NoInfs (Results 1 - 5 of 5) 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;
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 334 bool NoInfs : 1;
347 NoInfs = false;
359 void setNoInfs(bool b) { NoInfs = b; }
370 bool hasNoInfs() const { return NoInfs; }
379 (UnsafeAlgebra << 3) | (NoNaNs << 4) | (NoInfs << 5) |
390 NoInfs &= Flags->NoInfs;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 559 Flags |= FastMathFlags::NoInfs;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 242 milliseconds