Searched refs:IntConstantValue (Results 1 – 1 of 1) sorted by relevance
317 llvm::APSInt IntConstantValue; in getNarrowingKind() local320 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) { in getNarrowingKind()323 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), in getNarrowingKind()326 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind()331 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()332 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()