Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp844 TypedInit *LHSt = dyn_cast<TypedInit>(LHS); in ParseOperation() local
845 if (!LHSl && !LHSs && !LHSt) { in ParseOperation()
849 if (LHSt) { in ParseOperation()
850 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
851 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation()
860 if (!LHSl && !LHSt) { in ParseOperation()
882 assert(LHSt && "expected list type argument in unary operator"); in ParseOperation()
883 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
DRecord.cpp1079 TypedInit *LHSt = dyn_cast<TypedInit>(LHS); in ForeachHelper() local
1081 if (!LHSt) in ForeachHelper()