Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:hasNUsesOrMore

722       ElidesXor |= !V->hasNUsesOrMore(3);
726 if (IsFreeToInvert(V, !V->hasNUsesOrMore(3))) {