Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_AllOnes

573     } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) {
970 if (match(TrueVal, m_AllOnes()) && match(FalseVal, m_Zero()))
980 if (match(TrueVal, m_Zero()) && match(FalseVal, m_AllOnes())) {