Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp868 TypedInit *Itemt = dyn_cast<TypedInit>(Item); in ParseOperation() local
869 if (!Itemt) { in ParseOperation()
874 Type = Itemt->getType(); in ParseOperation()
876 Type = ListRecTy::get(Itemt->getType()); in ParseOperation()