Searched refs:ListValTy (Results 1 – 1 of 1) sorted by relevance
914 if (auto *ListValTy = dyn_cast<ListRecTy>(CurValTy)) { in ParseSliceElements() local915 if (!isa<IntRecTy>(ListValTy->getElementType())) { in ParseSliceElements()917 "expected list<int>, got " + Twine(ListValTy->getAsString())); in ParseSliceElements()