Searched refs:ConstantLengthValue (Results 1 – 1 of 1) sorted by relevance
18148 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local18149 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()18150 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()18173 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local18174 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()18177 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()