Searched refs:MHSt (Results 1 – 1 of 1) sorted by relevance
1054 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local1055 MHSTy = MHSt->getType(); in ParseOperation()1090 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local1091 if (!MHSt) { in ParseOperation()1095 Type = MHSt->getType(); in ParseOperation()