Searched refs:GivenListTy (Results 1 – 1 of 1) sorted by relevance
2842 const ListRecTy *GivenListTy = nullptr; in ParseSimpleValue() local2851 GivenListTy = ListType; in ParseSimpleValue()2856 GivenListTy ? GivenListTy->getElementType() : nullptr); in ParseSimpleValue()2912 DeducedEltTy = GivenListTy->getElementType(); in ParseSimpleValue()2915 if (GivenListTy) { in ParseSimpleValue()2916 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()2919 GivenListTy->getElementType()->getAsString()); in ParseSimpleValue()