Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4077 auto LSubOne = m_Add(m_Specific(Op1), m_AllOnes()); in visitICmpInst() local
4079 m_CombineOr(m_And(m_Value(), LSubOne), m_And(LSubOne, m_Value())); in visitICmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3359 auto LSubOne = m_Add(m_Specific(Op1), m_AllOnes()); in foldICmpBinOp() local
3360 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp()