Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DestWidth

970   unsigned DestWidth = DL.getTypeSizeInBits(AllocaType);
987 SrcWidth = DestWidth;
1007 APInt Mask(APInt::getLowBitsSet(DestWidth, SrcWidth));
1008 if (ShAmt > 0 && (unsigned)ShAmt < DestWidth) {
1011 } else if (ShAmt < 0 && (unsigned)-ShAmt < DestWidth) {
1018 if (SrcWidth != DestWidth) {
1019 assert(DestWidth > SrcWidth);