Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ROp

758       DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator());
759 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())