Searched refs:ConstantLengthValue (Results 1 – 1 of 1) sorted by relevance
18724 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local18725 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()18726 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()18749 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local18750 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()18753 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()