Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1901 RecTy *InEltType = nullptr; in ParseOperationForEachFilter() local
1906 InEltType = InListTy->getElementType(); in ParseOperationForEachFilter()
1925 InEltType = InDagTy; in ParseOperationForEachFilter()
1951 ParseRec->addValue(RecordVal(LHS, InEltType, RecordVal::FK_Normal)); in ParseOperationForEachFilter()
1962 RecTy *OutType = InEltType; in ParseOperationForEachFilter()
1971 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()