Searched refs:ForeachListValue (Results 1 – 6 of 6) sorted by relevance
166 VarInit *ParseForeachDeclaration(ListInit *&ForeachListValue);
1744 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) { in ParseForeachDeclaration() argument1767 ForeachListValue = dyn_cast<ListInit>(List); in ParseForeachDeclaration()1768 if (!ForeachListValue) { in ParseForeachDeclaration()1772 RecTy *ValueType = ForeachListValue->getType(); in ParseForeachDeclaration()1806 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
238 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
2482 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() argument2521 ForeachListValue = I; in ParseForeachDeclaration()2551 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
234 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
2555 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() argument2592 ForeachListValue = I; in ParseForeachDeclaration()2622 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()