Searched refs:CheckNE0 (Results 1 – 1 of 1) sorted by relevance
7282 auto CheckNE0 = [](const APInt &Shift) { return !Shift.isZero(); }; in foldICmpCommutative() local7284 if (match(Op0, m_LShr(m_Specific(Op1), m_CheckedInt(CheckNE0)))) { in foldICmpCommutative()7290 match(Op0, m_AShr(m_Specific(Op1), m_CheckedInt(CheckNE0)))) { in foldICmpCommutative()