Searched refs:MHSt (Results 1 – 1 of 1) sorted by relevance
1045 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local1046 MHSTy = MHSt->getType(); in ParseOperation()1081 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local1082 if (MHSt == 0) { in ParseOperation()1086 Type = MHSt->getType(); in ParseOperation()