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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1398 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); local
1399 if (!RHSt) {
1403 OutType = RHSt->getType()->getListTy();
1483 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); local
1484 if (!RHSt && !isa<UnsetInit>(RHS)) {
1488 if (RHSt && StringRecTy::get()->getListTy() != RHSt->getType()) {
1490 RHSt->getType()->getAsString() + "'");
1494 if (!MHSt && !RHSt) {
1512 if (TypedInit *RHSt
1539 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); local
[all...]

Completed in 60 milliseconds