HomeSort by: relevance | last modified time | path
    Searched refs:getRecTyKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 78 RecTyKind getRecTyKind() const { return Kind; }
109 return RT->getRecTyKind() == BitRecTyKind;
127 return RT->getRecTyKind() == BitsRecTyKind;
149 return RT->getRecTyKind() == IntRecTyKind;
167 return RT->getRecTyKind() == StringRecTyKind;
188 return RT->getRecTyKind() == ListRecTyKind;
209 return RT->getRecTyKind() == DagRecTyKind;
238 return RT->getRecTyKind() == RecordRecTyKind;
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 67 return Kind == RHS->getRecTyKind();
73 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind)
97 RecTyKind kind = RHS->getRecTyKind();
108 RecTyKind kind = RHS->getRecTyKind();
117 RecTyKind Kind = RHS->getRecTyKind();

Completed in 34 milliseconds