Lines Matching refs:ListRecTy

914     if (auto *ListValTy = dyn_cast<ListRecTy>(CurValTy)) {  in ParseSliceElements()
1141 return ListRecTy::get(SubType); in ParseType()
1296 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1314 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1333 : ListRecTy::get(Itemt->getType()); in ParseOperation()
1336 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1583 if (!isa<ListRecTy>(ArgType)) { in ParseOperation()
1591 if (!isa<ListRecTy>(ItemType)) { in ParseOperation()
1601 cast<ListRecTy>(ItemType) in ParseOperation()
1617 if (!isa<ListRecTy>(ArgType)) { in ParseOperation()
1789 if (Args.size() == 1 && isa<ListRecTy>(ArgBackType)) { in ParseOperation()
1804 assert(isa<ListRecTy>(cast<TypedInit>(Args[0])->getType())); in ParseOperation()
1824 if (isa<ListRecTy>(Arg0Ty)) { in ParseOperation()
1932 if (MHSt && !isa<ListRecTy>(MHSt->getType())) { in ParseOperation()
2079 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation()
2431 if (ListRecTy *InListTy = dyn_cast<ListRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
2434 if (ListRecTy *OutListTy = dyn_cast<ListRecTy>(ItemType)) { in ParseOperationForEachFilter()
2755 ListRecTy *GivenListTy = nullptr; in ParseSimpleValue()
2758 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue()
2930 auto *LHSTy = dyn_cast<ListRecTy>(LHS->getType()); in ParseValue()
2942 if (isa<ListRecTy>(RHS->getType())) { in ParseValue()
3000 if (isa<ListRecTy>(LHS->getType())) { in ParseValue()
3347 if (TI && isa<ListRecTy>(TI->getType())) { in ParseForeachDeclaration()
3349 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
3635 if (!isa<ListRecTy>(Type)) in ParseDefset()
3637 Defset.EltTy = cast<ListRecTy>(Type)->getElementType(); in ParseDefset()
3796 RecTy *BitListTy = ListRecTy::get(BitRecTy::get(Records)); in ParseIf()