Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp2279 ListRecTy *GivenListTy = nullptr; in ParseSimpleValue() local
2288 GivenListTy = ListType; in ParseSimpleValue()
2293 GivenListTy ? GivenListTy->getElementType() : nullptr); in ParseSimpleValue()
2349 DeducedEltTy = GivenListTy->getElementType(); in ParseSimpleValue()
2352 if (GivenListTy) { in ParseSimpleValue()
2353 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()
2356 GivenListTy->getElementType()->getAsString()); in ParseSimpleValue()