Searched refs:ConstantLengthValue (Results 1 – 1 of 1) sorted by relevance
19007 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local19008 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()19009 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()19032 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local19033 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()19036 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()