Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntWidth

12685   unsigned IntWidth = Context.getTargetInfo().getIntWidth();
12686 llvm::APSInt EnumVal(IntWidth);
13119 unsigned IntWidth = Context.getTargetInfo().getIntWidth();
13194 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) {
13196 BestWidth = IntWidth;
13210 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType);
13223 } else if (NumPositiveBits <= IntWidth) {
13225 BestWidth = IntWidth;
13270 NewWidth = IntWidth;