Home | History | Annotate | Download | only in Sema

Lines Matching defs:IntWidth

11116   unsigned IntWidth = Context.getTargetInfo().getIntWidth();
11117 llvm::APSInt EnumVal(IntWidth);
11552 unsigned IntWidth = Context.getTargetInfo().getIntWidth();
11627 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) {
11629 BestWidth = IntWidth;
11643 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType);
11656 } else if (NumPositiveBits <= IntWidth) {
11658 BestWidth = IntWidth;
11703 NewWidth = IntWidth;