Searched refs:ConstantLengthValue (Results 1 – 1 of 1) sorted by relevance
16653 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local16654 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()16655 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()16678 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local16679 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()16682 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()