Home | History | Annotate | Download | only in CodeGen

Lines Matching full:curindex

37                                   unsigned CurIndex) {
40 return CurIndex;
49 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
50 CurIndex = ComputeLinearIndex(*EI, 0, 0, CurIndex);
52 return CurIndex;
59 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);
60 CurIndex = ComputeLinearIndex(EltTy, 0, 0, CurIndex);
62 return CurIndex;
65 return CurIndex + 1;