Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:hasNUses

1168       if (IsFreeToInvert(LHS, LHS->hasNUses(2)) &&
1169 IsFreeToInvert(RHS, RHS->hasNUses(2))) {
1176 (LHS->hasNUses(2) && match(LHS, m_Not(m_Value()))) ||
1177 (RHS->hasNUses(2) && match(RHS, m_Not(m_Value()))) ||