Home | History | Annotate | Download | only in TableGen

Lines Matching refs:LOp

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