Lines Matching defs:CurIndex
31 /// by recursing and accumulating CurIndex as long as there are indices in the
36 unsigned CurIndex) {
39 return CurIndex;
46 return ComputeLinearIndex(ET, Indices + 1, IndicesEnd, CurIndex);
47 CurIndex = ComputeLinearIndex(ET, nullptr, nullptr, CurIndex);
50 return CurIndex;
62 CurIndex += EltLinearOffset* *Indices;
63 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);
65 CurIndex += EltLinearOffset*NumElts;
66 return CurIndex;
69 return CurIndex + 1;