Searched refs:ConstantLengthValue (Results 1 – 1 of 1) sorted by relevance
14907 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local14908 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()14909 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()14932 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local14933 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()14936 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()