Searched refs:ConvertedValue (Results 1 – 1 of 1) sorted by relevance
334 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind() local336 Result.convertToInteger(ConvertedValue, in getNarrowingKind()339 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()417 llvm::APSInt ConvertedValue = InitializerValue; in getNarrowingKind() local418 ConvertedValue = ConvertedValue.trunc(ToWidth); in getNarrowingKind()419 ConvertedValue.setIsSigned(ToSigned); in getNarrowingKind()420 ConvertedValue = ConvertedValue.extend(InitializerValue.getBitWidth()); in getNarrowingKind()421 ConvertedValue.setIsSigned(InitializerValue.isSigned()); in getNarrowingKind()423 if (ConvertedValue != InitializerValue) in getNarrowingKind()