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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
  496     if (ShiftVal.uge(BitWidth)) {
  498       ShiftAmts.push_back(LogicalShift ? BitWidth : BitWidth - 1);
  498       ShiftAmts.push_back(LogicalShift ? BitWidth : BitWidth - 1);
  507   auto OutOfRange = [&](int Idx) { return (Idx < 0) || (BitWidth <= Idx); };