reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
17446 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) { 17446 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) { 17448 BestWidth = IntWidth; 17462 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); 17475 } else if (NumPositiveBits <= IntWidth) { 17477 BestWidth = IntWidth; 17522 NewWidth = IntWidth;