Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DestWidth

964   unsigned DestWidth = DL.getTypeSizeInBits(AllocaType);
981 SrcWidth = DestWidth;
1001 APInt Mask(APInt::getLowBitsSet(DestWidth, SrcWidth));
1002 if (ShAmt > 0 && (unsigned)ShAmt < DestWidth) {
1005 } else if (ShAmt < 0 && (unsigned)-ShAmt < DestWidth) {
1012 if (SrcWidth != DestWidth) {
1013 assert(DestWidth > SrcWidth);