Searched refs:IterType (Results 1 – 1 of 1) sorted by relevance
1723 RecTy *IterType = 0; in ParseForeachDeclaration() local1741 IterType = ListType->getElementType(); in ParseForeachDeclaration()1764 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()1765 IterType = IntRecTy::get(); in ParseForeachDeclaration()1769 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()1772 if (!IterType) in ParseForeachDeclaration()1775 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()