Searched refs:IntConstantValue (Results 1 – 1 of 1) sorted by relevance
375 if (std::optional<llvm::APSInt> IntConstantValue = in getNarrowingKind() local379 Result.convertFromAPInt(*IntConstantValue, IntConstantValue->isSigned(), in getNarrowingKind()382 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind()387 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()388 ConstantValue = APValue(*IntConstantValue); in getNarrowingKind()