Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_AllOnes

3860         match(B, m_AllOnes()))
3865 match(B, m_AllOnes()))
3880 match(D, m_AllOnes()))
3885 match(D, m_AllOnes()))
4077 auto LSubOne = m_Add(m_Specific(Op1), m_AllOnes());