Lines Matching defs:IntWidth
19377 unsigned IntWidth = Context.getTargetInfo().getIntWidth();
19378 llvm::APSInt EnumVal(IntWidth);
19859 unsigned IntWidth = Context.getTargetInfo().getIntWidth();
19937 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) {
19939 BestWidth = IntWidth;
19953 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType);
19966 } else if (NumPositiveBits <= IntWidth) {
19968 BestWidth = IntWidth;
20018 NewWidth = IntWidth;