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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
  363   if (*InnerShiftConst == OuterShAmt)
  373   if (InnerShiftConst->ugt(OuterShAmt) && InnerShiftConst->ult(TypeWidth)) {
  376         IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt;
  377     APInt Mask = APInt::getLowBitsSet(TypeWidth, OuterShAmt) << MaskShift;