Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp348 SmallVector<int, 4> ArraySizes; in tryDelinearizeFixedSize() local
350 ArraySizes)) in tryDelinearizeFixedSize()
356 SE.getConstant(Subscripts[Idx]->getType(), ArraySizes[Idx - 1])); in tryDelinearizeFixedSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19330 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument
19340 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() local
19743 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
19747 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()