Home
last modified time | relevance | path

Searched refs:ArraySizes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp349 SmallVector<int, 4> ArraySizes; in tryDelinearizeFixedSize() local
351 ArraySizes)) in tryDelinearizeFixedSize()
357 SE.getConstant(Subscripts[Idx]->getType(), ArraySizes[Idx - 1])); in tryDelinearizeFixedSize()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp18708 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument
18718 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() local
19102 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
19106 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()