Home
last modified time | relevance | path

Searched refs:NumSubscripts (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp170 unsigned NumSubscripts = getNumSubscripts(); in hasSpacialReuse() local
171 if (NumSubscripts != Other.getNumSubscripts()) { in hasSpacialReuse()
178 for (auto SubNum : seq<unsigned>(0, NumSubscripts - 1)) { in hasSpacialReuse()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h671 unsigned NumSubscripts);
686 unsigned NumSubscripts);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1211 unsigned NumSubscripts) { in LLVMDIBuilderCreateArrayType() argument
1213 NumSubscripts}); in LLVMDIBuilderCreateArrayType()
1222 unsigned NumSubscripts) { in LLVMDIBuilderCreateVectorType() argument
1224 NumSubscripts}); in LLVMDIBuilderCreateVectorType()