Searched refs:IntConstantValue (Results 1 – 1 of 1) sorted by relevance
361 if (std::optional<llvm::APSInt> IntConstantValue = in getNarrowingKind() local365 Result.convertFromAPInt(*IntConstantValue, IntConstantValue->isSigned(), in getNarrowingKind()368 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind()373 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()374 ConstantValue = APValue(*IntConstantValue); in getNarrowingKind()