Lines Matching full:srcwidth
968 unsigned SrcWidth = DL.getTypeSizeInBits(SV->getType());973 SV = Builder.CreateBitCast(SV, IntegerType::get(SV->getContext(),SrcWidth));986 SrcWidth = DestWidth;1006 APInt Mask(APInt::getLowBitsSet(DestWidth, SrcWidth));1017 if (SrcWidth != DestWidth) {1018 assert(DestWidth > SrcWidth);