Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DestWidth

960   unsigned DestWidth = TD.getTypeSizeInBits(AllocaType);
977 SrcWidth = DestWidth;
997 APInt Mask(APInt::getLowBitsSet(DestWidth, SrcWidth));
998 if (ShAmt > 0 && (unsigned)ShAmt < DestWidth) {
1001 } else if (ShAmt < 0 && (unsigned)-ShAmt < DestWidth) {
1008 if (SrcWidth != DestWidth) {
1009 assert(DestWidth > SrcWidth);