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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1984   if (Instruction *Ext = dyn_cast<ZExtInst>(Op0))
 1985     Op0 = Ext->getOperand(0);
 1991   bool OrOfOrs = match(Op0, m_Or(m_Value(), m_Value())) ||
 1995   bool OrOfShifts = match(Op0, m_LogicalShift(m_Value(), m_Value())) &&
 1999   bool OrOfAnds = match(Op0, m_And(m_Value(), m_Value())) &&
 2008   bool OrOfAndAndSh = (match(Op0, m_LogicalShift(m_Value(), m_Value())) &&
 2010                       (match(Op0, m_And(m_Value(), m_Value())) &&