Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1344 const auto *Itemt = dyn_cast<TypedInit>(Item); in ParseOperation() local
1345 if (!Itemt) { in ParseOperation()
1349 Type = UseElementType ? Itemt->getType() in ParseOperation()
1350 : ListRecTy::get(Itemt->getType()); in ParseOperation()