Lines Matching refs:ListRecTy
864 return ListRecTy::get(SubType); in ParseType()
1022 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1040 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1059 : ListRecTy::get(Itemt->getType()); in ParseOperation()
1062 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1278 if (!isa<ListRecTy>(ArgType)) { in ParseOperation()
1286 if (!isa<ListRecTy>(ItemType)) { in ParseOperation()
1296 cast<ListRecTy>(ItemType) in ParseOperation()
1495 if (MHSt && !isa<ListRecTy>(MHSt->getType())) { in ParseOperation()
1613 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation()
1963 if (ListRecTy *InListTy = dyn_cast<ListRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1966 if (ListRecTy *OutListTy = dyn_cast<ListRecTy>(ItemType)) { in ParseOperationForEachFilter()
2279 ListRecTy *GivenListTy = nullptr; in ParseSimpleValue()
2282 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue()
2533 if (isa<ListRecTy>(LHS->getType())) { in ParseValue()
2837 if (TI && isa<ListRecTy>(TI->getType())) { in ParseForeachDeclaration()
2839 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
3112 if (!isa<ListRecTy>(Type)) in ParseDefset()
3114 Defset.EltTy = cast<ListRecTy>(Type)->getElementType(); in ParseDefset()
3266 RecTy *BitListTy = ListRecTy::get(BitRecTy::get(Records)); in ParseIf()