Home
last modified time | relevance | path

Searched refs:IterType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamArray.h159 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef
182 bool operator==(const IterType &R) const {
202 IterType &operator+=(unsigned N) {
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp2878 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
2901 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()