Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:AndRHS

593   ConstantInt *AndRHS;
596 !match(LHS, m_And(m_Value(), m_ConstantInt(AndRHS))))
619 if (!AndRHS->getValue().isPowerOf2() ||
628 unsigned AndZeros = AndRHS->getValue().logBase2();