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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
 1178   unsigned BitWidth = Ty->getScalarSizeInBits();
 1189       return new SExtInst(X, Ty);
 1199         Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt);
 1206         Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt);
 1219       return BinaryOperator::CreateAShr(X, ConstantInt::get(Ty, AmtSum));
 1223         (Ty->isVectorTy() || shouldChangeType(Ty, X->getType()))) {
 1223         (Ty->isVectorTy() || shouldChangeType(Ty, X->getType()))) {
 1228       return new SExtInst(NewSh, Ty);