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

References

lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  181     if (match(V, m_And(m_Value(Op0), m_One()))) {
  185     if (match(V, m_And(m_Value(Op0), m_Value(Op1))))
  189     if (match(V, m_Or(m_Value(Op0), m_Value(Op1))))
  197   if (!match(V, m_LShr(m_Value(Candidate), m_ConstantInt(BitIndex))))
  198     Candidate = V;