Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp18991 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument
19001 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() local
19385 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
19389 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()