Searched refs:MHSt (Results 1 – 1 of 1) sorted by relevance
1933 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local1934 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperation()1938 if (MHSt && !isa<ListRecTy>(MHSt->getType())) { in ParseOperation()1940 MHSt->getType()->getAsString() + "'"); in ParseOperation()1955 if (!MHSt && !RHSt) { in ParseOperation()1966 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local1967 MHSTy = MHSt->getType(); in ParseOperation()2009 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local2010 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) { in ParseOperation()2012 (MHSt ? ("type '" + MHSt->getType()->getAsString()) in ParseOperation()[all …]