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

/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp1155 DefInit *RHSd = dyn_cast<DefInit>(RHS); local
1159 if ((LHSd && MHSd && RHSd)
1162 if (RHSd) {
1163 Record *Val = RHSd->getDef();
1164 if (LHSd->getAsString() == RHSd->getAsString()) {

Completed in 99 milliseconds