Searched refs:LSubOne (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4062 auto LSubOne = m_Add(m_Specific(Op1), m_AllOnes()); local
4063 auto BitwiseAnd = m_c_And(m_Value(), LSubOne);

Completed in 111 milliseconds