Home
last modified time | relevance | path

Searched refs:ForeachListValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.h242 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
H A DTGParser.cpp2801 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() argument
2838 ForeachListValue = I; in ParseForeachDeclaration()
2865 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()