Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2433 RecTy *InEltType = nullptr; in ParseOperationForEachFilter() local
2438 InEltType = InListTy->getElementType(); in ParseOperationForEachFilter()
2457 InEltType = InDagTy; in ParseOperationForEachFilter()
2483 ParseRec->addValue(RecordVal(LHS, InEltType, RecordVal::FK_Normal)); in ParseOperationForEachFilter()
2495 RecTy *OutType = InEltType; in ParseOperationForEachFilter()
2504 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()