Searched refs:IterType (Results 1 – 2 of 2) sorted by relevance
154 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef177 bool operator==(const IterType &R) const {202 IterType &operator+=(unsigned N) {
2278 RecTy *IterType = nullptr; in ParseForeachDeclaration() local2314 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()2320 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()2321 IterType = IntRecTy::get(); in ParseForeachDeclaration()2325 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()2328 if (!IterType) in ParseForeachDeclaration()2331 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()