Home
last modified time | relevance | path

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

/llvm-project/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/llvm/lib/TableGen/
H A DTGParser.cpp3376 const RecTy *IterType = nullptr; in ParseForeachDeclaration()
3399 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseTemplateArgList()
3420 assert(!IterType && "Type already initialized?"); in ParseTemplateArgList()
3421 IterType = IntRecTy::get(Records); in ParseTemplateArgList()
3425 ForeachListValue = ListInit::get(Values, IterType); in ParseTemplateArgList()
3428 if (!IterType)
3431 return VarInit::get(DeclName, IterType);
3332 RecTy *IterType = nullptr; ParseForeachDeclaration() local