Searched refs:ArraySizes (Results 1 – 2 of 2) sorted by relevance
348 SmallVector<int, 4> ArraySizes; in tryDelinearizeFixedSize() local350 ArraySizes)) in tryDelinearizeFixedSize()356 SE.getConstant(Subscripts[Idx]->getType(), ArraySizes[Idx - 1])); in tryDelinearizeFixedSize()
19330 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument19340 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()19348 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()19365 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()19375 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()19384 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()19741 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local19743 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()19747 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()