Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h661 unsigned NumSubscripts);
676 unsigned NumSubscripts);
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1156 unsigned NumSubscripts) { in LLVMDIBuilderCreateArrayType() argument
1158 NumSubscripts}); in LLVMDIBuilderCreateArrayType()
1167 unsigned NumSubscripts) { in LLVMDIBuilderCreateVectorType() argument
1169 NumSubscripts}); in LLVMDIBuilderCreateVectorType()