Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntWidth

9349   unsigned IntWidth = Context.getTargetInfo().getIntWidth();
9350 llvm::APSInt EnumVal(IntWidth);
9593 unsigned IntWidth = Context.getTargetInfo().getIntWidth();
9664 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) {
9666 BestWidth = IntWidth;
9680 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType);
9693 } else if (NumPositiveBits <= IntWidth) {
9695 BestWidth = IntWidth;
9739 NewWidth = IntWidth;