Searched refs:ArraySizes (Results 1 – 2 of 2) sorted by relevance
359 SmallVector<int, 4> ArraySizes; in tryDelinearizeFixedSize() local361 ArraySizes)) in tryDelinearizeFixedSize()367 SE.getConstant(Subscripts[Idx]->getType(), ArraySizes[Idx - 1])); in tryDelinearizeFixedSize()
18764 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument18774 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()18782 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()18800 ArraySizes.push_back(ConstantOne); in checkOMPArraySectionConstantForReduction()18810 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()18820 ArraySizes.push_back(ConstantOne); in checkOMPArraySectionConstantForReduction()19198 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local19200 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()19204 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()