Searched refs:IntConstantValue (Results 1 – 1 of 1) sorted by relevance
299 llvm::APSInt IntConstantValue; in getNarrowingKind() local302 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) { in getNarrowingKind()305 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), in getNarrowingKind()308 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind()313 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()314 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()