Searched refs:LowerBoundValue (Results 1 – 2 of 2) sorted by relevance
4308 llvm::APSInt LowerBoundValue; in ActOnOMPArraySectionExpr() local4309 if (LowerBound->EvaluateAsInt(LowerBoundValue, Context)) { in ActOnOMPArraySectionExpr()4312 if (LowerBoundValue.isNegative()) { in ActOnOMPArraySectionExpr()4314 << 0 << LowerBoundValue.toString(/*Radix=*/10, /*Signed=*/true) in ActOnOMPArraySectionExpr()
4978 llvm::APSInt LowerBoundValue = Result.Val.getInt(); in ActOnOMPArraySectionExpr() local4979 if (LowerBoundValue.isNegative()) { in ActOnOMPArraySectionExpr()