Searched refs:IntConstantValue (Results 1 – 1 of 1) sorted by relevance
325 llvm::APSInt IntConstantValue; in getNarrowingKind() local328 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) { in getNarrowingKind()331 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), in getNarrowingKind()334 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind()339 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()340 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()