Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp159 unsigned NumSubscripts = getNumSubscripts(); in hasSpacialReuse() local
160 if (NumSubscripts != Other.getNumSubscripts()) { in hasSpacialReuse()
167 for (auto SubNum : seq<unsigned>(0, NumSubscripts - 1)) { in hasSpacialReuse()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h647 unsigned NumSubscripts);
662 unsigned NumSubscripts);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1151 unsigned NumSubscripts) { in LLVMDIBuilderCreateArrayType() argument
1153 NumSubscripts}); in LLVMDIBuilderCreateArrayType()
1162 unsigned NumSubscripts) { in LLVMDIBuilderCreateVectorType() argument
1164 NumSubscripts}); in LLVMDIBuilderCreateVectorType()