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

  /external/llvm/include/llvm/IR/
Operator.h 175 NoInfs = (1 << 2),
191 bool noInfs() const { return 0 != (Flags & NoInfs); }
198 void setNoInfs() { Flags |= NoInfs; }
241 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
242 (B * FastMathFlags::NoInfs);
283 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 47 milliseconds