Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2427 RecTy *InEltType = nullptr; in ParseOperationForEachFilter() local
2432 InEltType = InListTy->getElementType(); in ParseOperationForEachFilter()
2451 InEltType = InDagTy; in ParseOperationForEachFilter()
2477 ParseRec->addValue(RecordVal(LHS, InEltType, RecordVal::FK_Normal)); in ParseOperationForEachFilter()
2489 RecTy *OutType = InEltType; in ParseOperationForEachFilter()
2498 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()