Searched refs:LowerBoundValue (Results 1 – 1 of 1) 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()