HomeSort by relevance Sort by last modified time
    Searched refs:noInfs (Results 1 - 3 of 3) 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/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 196 milliseconds