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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 3468                                    m_AnyLogicalShift, m_Instruction(YShift))),
 3474   Instruction *WidestShift = YShift;
 3485   if (match(YShift, m_LShr(m_Value(), m_Value())))
 3486     std::swap(XShift, YShift);
 3490   if (XShiftOpcode == YShift->getOpcode())
 3495   match(YShift, m_BinOp(m_Value(Y), m_ZExtOrSelf(m_Value(YShAmt))));