Searched refs:APResult (Results 1 – 1 of 1) sorted by relevance
747 APSInt APResult; in IncDecHelper() local749 APResult = ++Value.toAPSInt(Bits); in IncDecHelper()751 APResult = --Value.toAPSInt(Bits); in IncDecHelper()758 APResult.trunc(Result.bitWidth()) in IncDecHelper()767 S.CCEDiag(E, diag::note_constexpr_overflow) << APResult << Type; in IncDecHelper()