Searched refs:ConvertedValue (Results 1 – 1 of 1) sorted by relevance
368 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind() local370 Result.convertToInteger(ConvertedValue, in getNarrowingKind()373 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()462 llvm::APSInt ConvertedValue = InitializerValue; in getNarrowingKind() local463 ConvertedValue = ConvertedValue.trunc(ToWidth); in getNarrowingKind()464 ConvertedValue.setIsSigned(ToSigned); in getNarrowingKind()465 ConvertedValue = ConvertedValue.extend(InitializerValue.getBitWidth()); in getNarrowingKind()466 ConvertedValue.setIsSigned(InitializerValue.isSigned()); in getNarrowingKind()468 if (ConvertedValue != InitializerValue) in getNarrowingKind()