Searched refs:IntConstantValue (Results 1 – 1 of 1) sorted by relevance
406 if (std::optional<llvm::APSInt> IntConstantValue = in getNarrowingKind() local410 Result.convertFromAPInt(*IntConstantValue, IntConstantValue->isSigned(), in getNarrowingKind()413 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind()418 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()419 ConstantValue = APValue(*IntConstantValue); in getNarrowingKind()