Lines Matching defs:MHSt
1933 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
1934 if (!MHSt && !isa<UnsetInit>(MHS)) {
1938 if (MHSt && !isa<ListRecTy>(MHSt->getType())) {
1940 MHSt->getType()->getAsString() + "'");
1955 if (!MHSt && !RHSt) {
1966 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS))
1967 MHSTy = MHSt->getType();
2009 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2010 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) {
2012 (MHSt ? ("type '" + MHSt->getType()->getAsString())
2020 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2021 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) {
2023 (MHSt ? ("type '" + MHSt->getType()->getAsString())
2270 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2271 if (!MHSt && !isa<UnsetInit>(MHS)) {
2275 if (MHSt && !isa<IntRecTy>(MHSt->getType())) {
2277 MHSt->getType()->getAsString() + "'");
2358 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2359 if (!MHSt && !isa<UnsetInit>(MHS)) {
2363 if (MHSt && !isa<StringRecTy>(MHSt->getType())) {
2365 MHSt->getType()->getAsString() + "'");
2427 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2428 if (!MHSt) {
2437 if (ListRecTy *InListTy = dyn_cast<ListRecTy>(MHSt->getType())) {
2452 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) {