Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/TableGen/
HDTGParser.cpp1723 RecTy *IterType = 0; in ParseForeachDeclaration() local
1741 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()