Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1007 const auto *InnerListTy = dyn_cast<ListRecTy>(LHSList->getElementType()); in Fold() local
1009 if (!InnerListTy) in Fold()
1027 return ListInit::get(*Flattened, InnerListTy->getElementType()); in Fold()
H A DTGParser.cpp1360 const auto *InnerListTy = dyn_cast<ListRecTy>(Type); in ParseOperation() local
1361 if (InnerListTy) { in ParseOperation()
1363 Type = ListRecTy::get(InnerListTy->getElementType()); in ParseOperation()