Searched refs:IntConstantValue (Results 1 – 1 of 1) sorted by relevance
335 llvm::APSInt IntConstantValue; in getNarrowingKind() local343 if (Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) { in getNarrowingKind()346 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), in getNarrowingKind()349 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind()354 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()355 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()