Home | History | Annotate | Download | only in TableGen

Lines Matching refs:LHSt

823       TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
824 if (!LHSl && !LHSs && !LHSt) {
828 if (LHSt) {
829 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
830 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
838 if (!LHSl && !LHSt) {
857 assert(LHSt && "expected list type argument in unary operator");
858 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());