Lines Matching refs:CharWidth
9594 unsigned CharWidth = Context.getTargetInfo().getCharWidth();9651 BestWidth = CharWidth;9657 if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) {9659 BestWidth = CharWidth;9685 if (Packed && NumPositiveBits <= CharWidth) {9688 BestWidth = CharWidth;