Home
last modified time | relevance | path

Searched refs:IndicesEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp35 const unsigned *IndicesEnd, in ComputeLinearIndex() argument
38 if (Indices && Indices == IndicesEnd) in ComputeLinearIndex()
46 return ComputeLinearIndex(ET, Indices + 1, IndicesEnd, CurIndex); in ComputeLinearIndex()
63 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAnalysis.h49 const unsigned *IndicesEnd,