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()
18991 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument19001 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()19009 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()19026 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()19036 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()19045 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()19383 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local19385 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()19389 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()