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

/external/llvm/lib/TableGen/
H A DTGParser.cpp1057 if (TypedInit *RHSt = dynamic_cast<TypedInit*>(RHS))
1058 RHSTy = RHSt->getType();
1095 TypedInit *RHSt = dynamic_cast<TypedInit *>(RHS); local
1096 if (RHSt == 0) {
1100 Type = RHSt->getType();

Completed in 1065 milliseconds