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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
  497     if (InnerShAmt + OuterShAmt >= TypeWidth)
  500     return NewInnerShift(InnerShAmt + OuterShAmt);
  506   if (InnerShAmt == OuterShAmt) {
  519   assert(InnerShAmt > OuterShAmt &&
  526   return NewInnerShift(InnerShAmt - OuterShAmt);