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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
  607   if (!match(Op1, m_APInt(Op1C)))
  613       canEvaluateShifted(Op0, Op1C->getZExtValue(), isLeftShift, *this, &I)) {
  620         I, getShiftedValue(Op0, Op1C->getZExtValue(), isLeftShift, *this, DL));
  627   assert(!Op1C->uge(TypeBits) &&
  662         MaskV <<= Op1C->getZExtValue();
  665         MaskV.lshrInPlace(Op1C->getZExtValue());
  699           unsigned Op1Val = Op1C->getLimitedValue(TypeBits);
  734           unsigned Op1Val = Op1C->getLimitedValue(TypeBits);