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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
  473   unsigned TypeWidth = ShType->getScalarSizeInBits();
  482     InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt));
  498       return Constant::getNullValue(ShType);
  511                                    ConstantInt::get(ShType, Mask));