Searched refs:IterType (Results 1 – 1 of 1) sorted by relevance
1800 RecTy *IterType = nullptr; in ParseForeachDeclaration() local1818 IterType = ListType->getElementType(); in ParseForeachDeclaration()1841 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()1842 IterType = IntRecTy::get(); in ParseForeachDeclaration()1846 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()1849 if (!IterType) in ParseForeachDeclaration()1852 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()