Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp1959 RecTy *InEltType = nullptr; in ParseOperationForEachFilter() local
1964 InEltType = InListTy->getElementType(); in ParseOperationForEachFilter()
1983 InEltType = InDagTy; in ParseOperationForEachFilter()
2009 ParseRec->addValue(RecordVal(LHS, InEltType, RecordVal::FK_Normal)); in ParseOperationForEachFilter()
2020 RecTy *OutType = InEltType; in ParseOperationForEachFilter()
2029 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()