Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SrcWidth

931   unsigned SrcWidth = SrcVT.getSizeInBits();
938 if (SrcWidth != SrcVT.getStoreSizeInBits() &&
982 } else if (SrcWidth & (SrcWidth - 1)) {
985 unsigned RoundWidth = 1 << Log2_32(SrcWidth);
986 assert(RoundWidth < SrcWidth);
987 unsigned ExtraWidth = SrcWidth - RoundWidth;