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) {
2878 RecTy *IterType = nullptr; in ParseForeachDeclaration() local2901 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()2922 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()2923 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()2927 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()2930 if (!IterType) in ParseForeachDeclaration()2933 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()