Lines Matching defs:IntWidth
17678 unsigned IntWidth = Context.getTargetInfo().getIntWidth();
17679 llvm::APSInt EnumVal(IntWidth);
18155 unsigned IntWidth = Context.getTargetInfo().getIntWidth();
18230 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) {
18232 BestWidth = IntWidth;
18246 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType);
18259 } else if (NumPositiveBits <= IntWidth) {
18261 BestWidth = IntWidth;
18306 NewWidth = IntWidth;