Searched refs:ConstantLengthValue (Results 1 – 1 of 1) sorted by relevance
18780 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local18781 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()18782 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()18806 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local18807 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()18810 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()