Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp319 Value *ShiftOp0; in tryToRecognizePopCount() local
321 if (match(MulOp0, m_And(m_c_Add(m_LShr(m_Value(ShiftOp0), m_SpecificInt(4)), in tryToRecognizePopCount()
322 m_Deferred(ShiftOp0)), in tryToRecognizePopCount()
326 if (match(ShiftOp0, in tryToRecognizePopCount()