Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2020 const auto *RHSt = dyn_cast<TypedInit>(RHS); in ParseOperation() local
2021 if (!RHSt && !isa<UnsetInit>(RHS)) { in ParseOperation()
2025 if (RHSt && StringRecTy::get(Records)->getListTy() != RHSt->getType()) { in ParseOperation()
2027 RHSt->getType()->getAsString() + "'"); in ParseOperation()
2031 if (!MHSt && !RHSt) { in ParseOperation()
2049 if (const auto *RHSt = dyn_cast<TypedInit>(RHS)) in ParseOperation() local
2050 RHSTy = RHSt->getType(); in ParseOperation()
2076 const auto *RHSt = dyn_cast<TypedInit>(RHS); in ParseOperation() local
2077 if (!RHSt) { in ParseOperation()
2081 Type = RHSt->getType(); in ParseOperation()
[all …]