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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
  627   assert(!Op1C->uge(TypeBits) &&
  699           unsigned Op1Val = Op1C->getLimitedValue(TypeBits);
  701           APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);
  701           APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);
  734           unsigned Op1Val = Op1C->getLimitedValue(TypeBits);
  736           APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);
  736           APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);