reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
11000 if (IsSigned && !AllSigned) 11003 LHS = APSInt(LHS.extOrTrunc(MaxBits), !IsSigned); 11004 RHS = APSInt(RHS.extOrTrunc(MaxBits), !IsSigned); 11005 Result = APSInt(MaxBits, !IsSigned);