Home | History | Annotate | Download | only in TableGen

Lines Matching defs:ListValue

300     ListInit *List = dyn_cast<ListInit>(CurLoop.ListValue);
2061 ListInit *ListValue = nullptr;
2062 VarInit *IterName = ParseForeachDeclaration(ListValue);
2071 Loops.push_back(ForeachLoop(IterName, ListValue));