Searched refs:IndicesEnd (Results 1 – 2 of 2) sorted by relevance
35 const unsigned *IndicesEnd, in ComputeLinearIndex() argument38 if (Indices && Indices == IndicesEnd) in ComputeLinearIndex()48 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()58 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
39 const unsigned *IndicesEnd,