Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp1307 ListRecTy *GivenListTy = nullptr; in ParseSimpleValue() local
1316 GivenListTy = ListType; in ParseSimpleValue()
1321 GivenListTy ? GivenListTy->getElementType() : nullptr); in ParseSimpleValue()
1383 DeducedEltTy = GivenListTy->getElementType(); in ParseSimpleValue()
1386 if (GivenListTy) { in ParseSimpleValue()
1387 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1980 ListRecTy *GivenListTy = nullptr; in ParseSimpleValue() local
1989 GivenListTy = ListType; in ParseSimpleValue()
1994 GivenListTy ? GivenListTy->getElementType() : nullptr); in ParseSimpleValue()
2054 DeducedEltTy = GivenListTy->getElementType(); in ParseSimpleValue()
2057 if (GivenListTy) { in ParseSimpleValue()
2058 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()
2061 GivenListTy->getElementType()->getAsString()); in ParseSimpleValue()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp2052 ListRecTy *GivenListTy = nullptr; in ParseSimpleValue() local
2061 GivenListTy = ListType; in ParseSimpleValue()
2066 GivenListTy ? GivenListTy->getElementType() : nullptr); in ParseSimpleValue()
2122 DeducedEltTy = GivenListTy->getElementType(); in ParseSimpleValue()
2125 if (GivenListTy) { in ParseSimpleValue()
2126 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()
2129 GivenListTy->getElementType()->getAsString()); in ParseSimpleValue()