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.h689 LLVMMetadataRef Ty, LLVMMetadataRef *Subscripts, unsigned NumSubscripts);
750 unsigned NumSubscripts, LLVMMetadataRef DataLocation,
774 LLVMMetadataRef Ty, LLVMMetadataRef *Subscripts, unsigned NumSubscripts);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1365 unsigned NumSubscripts, LLVMMetadataRef DataLocation, in LLVMDIBuilderCreateDynamicArrayType() argument
1369 unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), NumSubscripts}); in LLVMDIBuilderCreateDynamicArrayType()
1404 unsigned NumSubscripts) { in LLVMDIBuilderCreateArrayType() argument
1406 NumSubscripts}); in LLVMDIBuilderCreateArrayType()
1415 unsigned NumSubscripts) { in LLVMDIBuilderCreateVectorType() argument
1417 NumSubscripts}); in LLVMDIBuilderCreateVectorType()