Searched refs:IterType (Results 1 – 2 of 2) sorted by relevance
157 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef180 bool operator==(const IterType &R) const {205 IterType &operator+=(unsigned N) {
2757 RecTy *IterType = nullptr; in ParseForeachDeclaration() local2780 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()2804 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()2805 IterType = IntRecTy::get(); in ParseForeachDeclaration()2809 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()2812 if (!IterType) in ParseForeachDeclaration()2815 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()