Home
last modified time | relevance | path

Searched refs:getListTy (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp1319 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1371 if (ArgType != StringRecTy::get(Records)->getListTy() && in ParseOperation()
1373 IntRecTy::get(Records)->getListTy())) { in ParseOperation()
1438 Type = cast<TypedInit>(InitList.front())->getType()->getListTy(); in ParseOperation()
1543 if (RHSt && StringRecTy::get(Records)->getListTy() != RHSt->getType()) { in ParseOperation()
2064 OutType = RHSt->getType()->getListTy(); in ParseOperationForEachFilter()
2066 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()
H A DRecord.cpp108 ListRecTy *RecTy::getListTy() { in getListTy() function in RecTy
337 return NewType->getListTy(); in resolveTypes()
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h100 ListRecTy *getListTy();
188 friend ListRecTy *RecTy::getListTy();
200 static ListRecTy *get(RecTy *T) { return T->getListTy(); } in get()