Searched refs:NextX (Results 1 – 1 of 1) sorted by relevance
2422 Value *&CurrX, Instruction *&NextX) { in detectShiftUntilBitTestIdiom() argument2489 NextX = in detectShiftUntilBitTestIdiom()2495 if (!NextX || !match(NextX, m_Shl(m_Specific(CurrX), m_One()))) { in detectShiftUntilBitTestIdiom()