Lines Matching refs:StWidth
759 unsigned StWidth = StVT.getSizeInBits();761 if (StWidth != StVT.getStoreSizeInBits()) {772 } else if (StWidth & (StWidth - 1)) {775 unsigned RoundWidth = 1 << Log2_32(StWidth);776 assert(RoundWidth < StWidth);777 unsigned ExtraWidth = StWidth - RoundWidth;