Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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) {
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp2816 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
2839 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
2860 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()
2861 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()
2865 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
2868 if (!IterType) in ParseForeachDeclaration()
2871 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()