Searched refs:ArraySizes (Results 1 – 2 of 2) sorted by relevance
349 SmallVector<int, 4> ArraySizes; in tryDelinearizeFixedSize() local351 ArraySizes)) in tryDelinearizeFixedSize()357 SE.getConstant(Subscripts[Idx]->getType(), ArraySizes[Idx - 1])); in tryDelinearizeFixedSize()
18708 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument18718 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()18726 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()18743 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()18753 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()18762 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()19100 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local19102 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()19106 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()