Lines Matching full:srcwidth
963 unsigned SrcWidth = DL.getTypeSizeInBits(SV->getType());968 SV = Builder.CreateBitCast(SV, IntegerType::get(SV->getContext(),SrcWidth));981 SrcWidth = DestWidth;1001 APInt Mask(APInt::getLowBitsSet(DestWidth, SrcWidth));1012 if (SrcWidth != DestWidth) {1013 assert(DestWidth > SrcWidth);