Lines Matching refs:ListRecTy
854 return ListRecTy::get(SubType); in ParseType()
1011 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1029 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1048 : ListRecTy::get(Itemt->getType()); in ParseOperation()
1051 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1221 if (!isa<ListRecTy>(ArgType)) { in ParseOperation()
1229 if (!isa<ListRecTy>(ItemType)) { in ParseOperation()
1239 cast<ListRecTy>(ItemType) in ParseOperation()
1437 if (MHSt && !isa<ListRecTy>(MHSt->getType())) { in ParseOperation()
1555 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation()
1905 if (ListRecTy *InListTy = dyn_cast<ListRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1908 if (ListRecTy *OutListTy = dyn_cast<ListRecTy>(ItemType)) { in ParseOperationForEachFilter()
2221 ListRecTy *GivenListTy = nullptr; in ParseSimpleValue()
2224 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue()
2474 if (isa<ListRecTy>(LHS->getType())) { in ParseValue()
2778 if (TI && isa<ListRecTy>(TI->getType())) { in ParseForeachDeclaration()
2780 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
3053 if (!isa<ListRecTy>(Type)) in ParseDefset()
3055 Defset.EltTy = cast<ListRecTy>(Type)->getElementType(); in ParseDefset()
3206 RecTy *BitListTy = ListRecTy::get(BitRecTy::get()); in ParseIf()