Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp339 Value *ShiftOp0; in tryToRecognizePopCount() local
341 if (match(MulOp0, m_And(m_c_Add(m_LShr(m_Value(ShiftOp0), m_SpecificInt(4)), in tryToRecognizePopCount()
342 m_Deferred(ShiftOp0)), in tryToRecognizePopCount()
346 if (match(ShiftOp0, in tryToRecognizePopCount()