Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1933 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
1934 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() local
1967 MHSTy = MHSt->getType(); in ParseOperation()
2009 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
2010 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) { in ParseOperation()
2012 (MHSt ? ("type '" + MHSt->getType()->getAsString()) in ParseOperation()
[all …]