Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3618 auto LSubOne = m_Add(m_Specific(Op1), m_AllOnes()); in visitICmpInst() local
3620 m_CombineOr(m_And(m_Value(), LSubOne), m_And(LSubOne, m_Value())); in visitICmpInst()