HomeSort by relevance Sort by last modified time
    Searched refs: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;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 182 NoInfs = (1 << 2),
201 bool noInfs() const { return 0 != (Flags & NoInfs); }
217 Flags = (Flags & ~NoInfs) | B * NoInfs;
269 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
270 (B * FastMathFlags::NoInfs);
314 (SubclassOptionalData & FastMathFlags::NoInfs) != 0 &&
333 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 417 NoInfs = (1 << 2),
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 364 bool NoInfs : 1;
376 Exact(false), NoNaNs(false), NoInfs(false),
416 NoInfs = b;
448 bool hasNoInfs() const { return NoInfs; }
457 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs &&
470 NoInfs &= Flags.NoInfs;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 123 milliseconds