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.cpp2512 const RecTy *InEltType = nullptr; in ParseOperationForEachFilter() local
2517 InEltType = InListTy->getElementType(); in ParseOperationForEachFilter()
2536 InEltType = InDagTy; in ParseOperationForEachFilter()
2562 ParseRec->addValue(RecordVal(LHS, InEltType, RecordVal::FK_Normal)); in ParseOperationForEachFilter()
2574 const RecTy *OutType = InEltType; in ParseOperationForEachFilter()
2583 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()