reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 3289                           m_c_And(m_CombineAnd(m_Mask, m_Value(M)), m_Value(X)),
 3327     if (!match(M, m_Constant())) // Can not do this fold with non-constant.
 3329     if (!match(M, m_NonNegative())) // Must not have any -1 vector elements.
 3337     if (!match(M, m_Constant())) // Can not do this fold with non-constant.
 3339     if (!match(M, m_NonNegative())) // Must not have any -1 vector elements.
 3347     if (!match(M, m_Constant())) // Can not do this fold with non-constant.
 3349     if (!match(M, m_NonNegative())) // Must not have any -1 vector elements.
 3357     if (!match(M, m_Constant())) // Can not do this fold with non-constant.
 3359     if (!match(M, m_NonNegative())) // Must not have any -1 vector elements.
 3367   return Builder.CreateICmp(DstPred, X, M);