Searched refs:ArraySizes (Results 1 – 2 of 2) sorted by relevance
353 SmallVector<int, 4> ArraySizes; in tryDelinearizeFixedSize() local355 ArraySizes)) in tryDelinearizeFixedSize()361 SE.getConstant(Subscripts[Idx]->getType(), ArraySizes[Idx - 1])); in tryDelinearizeFixedSize()
18132 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument18142 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()18150 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()18167 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()18177 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()18186 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()18543 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local18545 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()18549 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()