Searched defs:getRecTyKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h88 RecTyKind getRecTyKind() const { return Kind; } function in class:llvm::RecTy
148 return RT->getRecTyKind() == BitRecTyKind;
185 return RT->getRecTyKind() == BitsRecTyKind;
224 return RT->getRecTyKind() == IntRecTyKind;
261 return RT->getRecTyKind() == StringRecTyKind;
299 return RT->getRecTyKind() == ListRecTyKind;
337 return RT->getRecTyKind() == DagRecTyKind;
375 return RT->getRecTyKind() == RecordRecTyKind;

Completed in 152 milliseconds