Home
last modified time | relevance | path

Searched refs:MHSt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp1491 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() local
1797 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() local
1885 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperationFind()
1889 if (MHSt && !isa<StringRecTy>(MHSt->getType())) { in ParseOperationFind()
[all …]