Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SrcWidth

919   unsigned SrcWidth = SrcVT.getSizeInBits();
924 if (SrcWidth != SrcVT.getStoreSizeInBits() &&
966 } else if (SrcWidth & (SrcWidth - 1)) {
969 unsigned RoundWidth = 1 << Log2_32(SrcWidth);
970 assert(RoundWidth < SrcWidth);
971 unsigned ExtraWidth = SrcWidth - RoundWidth;