Searched refs:ConstantLengthValue (Results 1 – 1 of 1) sorted by relevance
19346 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local19347 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()19348 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()19371 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local19372 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()19375 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()