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

/external/llvm/lib/TableGen/
H A DTGParser.cpp854 TypedInit *LHSt = dyn_cast<TypedInit>(LHS); local
855 if (LHSl == 0 && LHSs == 0 && LHSt == 0) {
859 if (LHSt) {
860 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
861 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
870 if (LHSl == 0 && LHSt == 0) {
892 assert(LHSt && "expected list type argument in unary operator");
893 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
H A DRecord.cpp1069 TypedInit *LHSt = dyn_cast<TypedInit>(LHS); local
1071 if (!LHSt)

Completed in 62 milliseconds