Searched refs:MHSt (Results 1 – 1 of 1) sorted by relevance
1491 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperation()1495 if (MHSt && !isa<ListRecTy>(MHSt->getType())) { in ParseOperation()1512 if (!MHSt && !RHSt) { in ParseOperation()1524 MHSTy = MHSt->getType(); in ParseOperation()1796 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperationSubstr() local1797 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperationSubstr()1801 if (MHSt && !isa<IntRecTy>(MHSt->getType())) { in ParseOperationSubstr()1884 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperationFind() local1885 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperationFind()1889 if (MHSt && !isa<StringRecTy>(MHSt->getType())) { in ParseOperationFind()[all …]