Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:srcwidth

937   unsigned SrcWidth = SrcVT.getSizeInBits();
943 if (SrcWidth != SrcVT.getStoreSizeInBits() &&
985 } else if (SrcWidth & (SrcWidth - 1)) {
988 unsigned RoundWidth = 1 << Log2_32(SrcWidth);
989 assert(RoundWidth < SrcWidth);
990 unsigned ExtraWidth = SrcWidth - RoundWidth;