Home
last modified time | relevance | path

Searched refs:ConvertedValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp365 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind() local
367 Result.convertToInteger(ConvertedValue, in getNarrowingKind()
370 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()
459 llvm::APSInt ConvertedValue = InitializerValue; in getNarrowingKind() local
460 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()