Home | History | Annotate | Download | only in Sema

Lines Matching refs:CharWidth

10177   unsigned CharWidth = Context.getTargetInfo().getCharWidth();
10238 BestWidth = CharWidth;
10244 if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) {
10246 BestWidth = CharWidth;
10272 if (Packed && NumPositiveBits <= CharWidth) {
10275 BestWidth = CharWidth;