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) {
3332 RecTy *IterType = nullptr; in ParseForeachDeclaration() local3355 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()3376 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()3377 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()3381 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()3384 if (!IterType) in ParseForeachDeclaration()3387 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()