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()2801 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()2802 IterType = IntRecTy::get(); in ParseForeachDeclaration()2806 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()2809 if (!IterType) in ParseForeachDeclaration()2812 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()