Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp1240 RecTy *InEltType = nullptr; in ParseOperation() local
1245 InEltType = InListTy->getElementType(); in ParseOperation()
1257 InEltType = InDagTy; in ParseOperation()
1279 ParseRec->addValue(RecordVal(LHS, InEltType, false)); in ParseOperation()
1293 OutType = InEltType; in ParseOperation()