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.cpp1333 TypedInit *Itemt = dyn_cast<TypedInit>(Item); in ParseOperation() local
1334 if (!Itemt) { in ParseOperation()
1338 Type = (Code == UnOpInit::HEAD) ? Itemt->getType() in ParseOperation()
1339 : ListRecTy::get(Itemt->getType()); in ParseOperation()