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

/external/llvm/lib/TableGen/
H A DRecord.cpp1132 DefInit *RHSd = dynamic_cast<DefInit*>(RHS); local
1136 if ((LHSd && MHSd && RHSd)
1139 if (RHSd) {
1140 Record *Val = RHSd->getDef();
1141 if (LHSd->getAsString() == RHSd->getAsString()) {

Completed in 91 milliseconds