Home | History | Annotate | Download | only in Scalar

Lines Matching full:srcwidth

1007   unsigned SrcWidth = TD.getTypeSizeInBits(SV->getType());
1013 IntegerType::get(SV->getContext(),SrcWidth), "tmp");
1026 SrcWidth = DestWidth;
1046 APInt Mask(APInt::getLowBitsSet(DestWidth, SrcWidth));
1059 if (SrcWidth != DestWidth) {
1060 assert(DestWidth > SrcWidth);