Searched refs:ConvertedValue (Results 1 – 1 of 1) sorted by relevance
326 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind() local328 Result.convertToInteger(ConvertedValue, in getNarrowingKind()331 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()409 llvm::APSInt ConvertedValue = InitializerValue; in getNarrowingKind() local410 ConvertedValue = ConvertedValue.trunc(ToWidth); in getNarrowingKind()411 ConvertedValue.setIsSigned(ToSigned); in getNarrowingKind()412 ConvertedValue = ConvertedValue.extend(InitializerValue.getBitWidth()); in getNarrowingKind()413 ConvertedValue.setIsSigned(InitializerValue.isSigned()); in getNarrowingKind()415 if (ConvertedValue != InitializerValue) in getNarrowingKind()