Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SrcWidth

959   unsigned SrcWidth = TD.getTypeSizeInBits(SV->getType());
964 SV = Builder.CreateBitCast(SV, IntegerType::get(SV->getContext(),SrcWidth));
977 SrcWidth = DestWidth;
997 APInt Mask(APInt::getLowBitsSet(DestWidth, SrcWidth));
1008 if (SrcWidth != DestWidth) {
1009 assert(DestWidth > SrcWidth);