Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp914 if (auto *ListValTy = dyn_cast<ListRecTy>(CurValTy)) { in ParseSliceElements() local
915 if (!isa<IntRecTy>(ListValTy->getElementType())) { in ParseSliceElements()
917 "expected list<int>, got " + Twine(ListValTy->getAsString())); in ParseSliceElements()