Home | History | Annotate | Download | only in Sema

Lines Matching defs:CharWidth

13737   unsigned CharWidth = Context.getTargetInfo().getCharWidth();
13802 if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) {
13804 BestWidth = CharWidth;
13830 if (Packed && NumPositiveBits <= CharWidth) {
13833 BestWidth = CharWidth;