Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamArray.h154 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef
177 bool operator==(const IterType &R) const {
202 IterType &operator+=(unsigned N) {
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp2278 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
2314 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()