Searched refs:ArraySizes (Results 1 – 1 of 1) sorted by relevance
16637 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument16647 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()16655 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()16672 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()16682 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()16691 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()17029 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local17031 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()17035 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()