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

  /external/llvm/include/llvm/IR/
Operator.h 180 NoInfs = (1 << 2),
196 bool noInfs() { return 0 != (Flags & NoInfs); }
203 void setNoInfs() { Flags |= NoInfs; }
242 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
243 (B * FastMathFlags::NoInfs);
277 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 687 Flags |= FastMathFlags::NoInfs;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 563 Flags |= FastMathFlags::NoInfs;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 102 milliseconds