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

References

lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  914   if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth))
  914   if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth))
  924   APInt BitMask1(APInt::getAllOnesValue(BitWidth));
  925   APInt BitMask2(APInt::getAllOnesValue(BitWidth));