Searched refs:ValShifted (Results 1 – 1 of 1) sorted by relevance
2444 Instruction *ValShifted, *NBits, *IVNext; in detectShiftUntilZeroIdiom() local2461 m_ICmp(Pred, m_Instruction(ValShifted), m_Zero())) || in detectShiftUntilZeroIdiom()2469 if (!match(ValShifted, m_LShr(m_Value(Val), m_Instruction(NBits)))) { in detectShiftUntilZeroIdiom()