Searched refs:IterType (Results 1 – 2 of 2) sorted by relevance
159 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef182 bool operator==(const IterType &R) const {202 IterType &operator+=(unsigned N) {
3419 const RecTy *IterType = nullptr; in ParseForeachDeclaration() local3442 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()3463 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()3464 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()3468 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()3471 if (!IterType) in ParseForeachDeclaration()3474 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()