Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp359 SmallVector<int, 4> ArraySizes; in tryDelinearizeFixedSize() local
361 ArraySizes)) in tryDelinearizeFixedSize()
367 SE.getConstant(Subscripts[Idx]->getType(), ArraySizes[Idx - 1])); in tryDelinearizeFixedSize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18764 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument
18774 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()
18782 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
18800 ArraySizes.push_back(ConstantOne); in checkOMPArraySectionConstantForReduction()
18810 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
18820 ArraySizes.push_back(ConstantOne); in checkOMPArraySectionConstantForReduction()
19198 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local
19200 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
19204 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()