Home
last modified time | relevance | path

Searched refs:NextX (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2099 Value *&CurrX, Instruction *&NextX) { in detectShiftUntilBitTestIdiom() argument
2166 NextX = in detectShiftUntilBitTestIdiom()
2169 if (!NextX || !match(NextX, m_Shl(m_Specific(CurrX), m_One()))) { in detectShiftUntilBitTestIdiom()