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.cpp2009 const auto *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
2010 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperation()
2014 if (MHSt && !isa<ListRecTy>(MHSt->getType())) { in ParseOperation()
2016 MHSt->getType()->getAsString() + "'"); in ParseOperation()
2031 if (!MHSt && !RHSt) { in ParseOperation()
2042 if (const auto *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local
2043 MHSTy = MHSt->getType(); in ParseOperation()
2085 const auto *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
2086 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) { in ParseOperation()
2088 (MHSt ? ("type '" + MHSt->getType()->getAsString()) in ParseOperation()
[all …]