Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:srcwidth

1168     unsigned SrcWidth = SrcVT.getSizeInBits();
1173 if (SrcWidth != SrcVT.getStoreSizeInBits() &&
1214 } else if (SrcWidth & (SrcWidth - 1)) {
1217 unsigned RoundWidth = 1 << Log2_32(SrcWidth);
1218 assert(RoundWidth < SrcWidth);
1219 unsigned ExtraWidth = SrcWidth - RoundWidth;