Searched refs:getListTy (Results 1 – 3 of 3) sorted by relevance
880 IntRecTy::get(Records)->getListTy()) in ParseSliceElement()1678 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()1732 if (ArgType != StringRecTy::get(Records)->getListTy() && in ParseOperation()1734 IntRecTy::get(Records)->getListTy())) { in ParseOperation()1808 Type = cast<TypedInit>(InitList.front())->getType()->getListTy(); in ParseOperation()1935 IntRecTy::get(Records)->getListTy()) in ParseOperation()2025 if (RHSt && StringRecTy::get(Records)->getListTy() != RHSt->getType()) { in ParseOperation()2581 OutType = RHSt->getType()->getListTy(); in ParseOperationForEachFilter()2583 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()
142 const ListRecTy *RecTy::getListTy() const { in getListTy() function in RecTy368 return NewType->getListTy(); in resolveTypes()
104 const ListRecTy *getListTy() const;190 friend const ListRecTy *RecTy::getListTy() const;202 static const ListRecTy *get(const RecTy *T) { return T->getListTy(); } in get()