Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h685 unsigned NumSubscripts);
700 unsigned NumSubscripts);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1310 unsigned NumSubscripts) { in LLVMDIBuilderCreateArrayType() argument
1312 NumSubscripts}); in LLVMDIBuilderCreateArrayType()
1321 unsigned NumSubscripts) { in LLVMDIBuilderCreateVectorType() argument
1323 NumSubscripts}); in LLVMDIBuilderCreateVectorType()