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

References

lib/Transforms/InstCombine/InstCombineInternal.h
  188   if (match(V, m_Not(m_Value())))
  192   if (match(V, m_AnyIntegralConstant()))
  197   if (isa<CmpInst>(V))
  202   if (BinaryOperator *BO = dyn_cast<BinaryOperator>(V))
  209   if (match(V, m_Select(m_Value(), m_Not(m_Value()), m_Not(m_Value()))))