Lines Matching defs:LHSt
1296 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
1297 if (!LHSl && !LHSs && !LHSd && !LHSt) {
1301 if (LHSt) {
1302 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
1303 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
1304 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType());
1314 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
1315 if (!LHSl && !LHSt) {
1319 if (LHSt) {
1320 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
1341 assert(LHSt && "expected list type argument in unary operator");
1342 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
2259 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
2260 if (!LHSt && !isa<UnsetInit>(LHS)) {
2264 if (LHSt && !isa<StringRecTy>(LHSt->getType())) {
2266 LHSt->getType()->getAsString() + "'");
2347 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
2348 if (!LHSt && !isa<UnsetInit>(LHS)) {
2352 if (LHSt && !isa<StringRecTy>(LHSt->getType())) {
2354 LHSt->getType()->getAsString() + "'");