Searched refs:ConvertedValue (Results 1 – 1 of 1) sorted by relevance
365 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind() local367 Result.convertToInteger(ConvertedValue, in getNarrowingKind()370 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()459 llvm::APSInt ConvertedValue = InitializerValue; in getNarrowingKind() local460 ConvertedValue = ConvertedValue.trunc(ToWidth); in getNarrowingKind()461 ConvertedValue.setIsSigned(ToSigned); in getNarrowingKind()462 ConvertedValue = ConvertedValue.extend(InitializerValue.getBitWidth()); in getNarrowingKind()463 ConvertedValue.setIsSigned(InitializerValue.isSigned()); in getNarrowingKind()465 if (ConvertedValue != InitializerValue) in getNarrowingKind()