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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1987   if (Instruction *Ext = dyn_cast<ZExtInst>(Op1))
 1988     Op1 = Ext->getOperand(0);
 1992                  match(Op1, m_Or(m_Value(), m_Value()));
 1996                     match(Op1, m_LogicalShift(m_Value(), m_Value()));
 2000                   match(Op1, m_And(m_Value(), m_Value()));
 2009                        match(Op1, m_And(m_Value(), m_Value()))) ||
 2011                        match(Op1, m_LogicalShift(m_Value(), m_Value())));