Home | History | Annotate | Download | only in TableGen

Lines Matching refs:LOp

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