Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp1800 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
1818 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()