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.cpp353 SmallVector<int, 4> ArraySizes; in tryDelinearizeFixedSize() local
355 ArraySizes)) in tryDelinearizeFixedSize()
361 SE.getConstant(Subscripts[Idx]->getType(), ArraySizes[Idx - 1])); in tryDelinearizeFixedSize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18132 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument
18142 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() local
18545 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
18549 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()