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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 3466           m_c_And(m_CombineAnd(m_AnyLogicalShift, m_Instruction(XShift)),
 3477   Instruction *NarrowestShift = XShift;
 3486     std::swap(XShift, YShift);
 3489   auto XShiftOpcode = XShift->getOpcode();
 3494   match(XShift, m_BinOp(m_Value(X), m_ZExtOrSelf(m_Value(XShAmt))));