Home
last modified time | relevance | path

Searched refs:ListRecTyKind (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h50 ListRecTyKind, enumerator
176 explicit ListRecTy(RecTy *T) : RecTy(ListRecTyKind), Ty(T) {} in ListRecTy()
181 return RT->getRecTyKind() == ListRecTyKind; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h64 ListRecTyKind, enumerator
201 explicit ListRecTy(RecTy *T) : RecTy(ListRecTyKind), Ty(T) {} in ListRecTy()
205 return RT->getRecTyKind() == ListRecTyKind; in classof()