Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CurIndex

38                                   unsigned CurIndex) {
41 return CurIndex;
50 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
51 CurIndex = ComputeLinearIndex(*EI, 0, 0, CurIndex);
53 return CurIndex;
60 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);
61 CurIndex = ComputeLinearIndex(EltTy, 0, 0, CurIndex);
63 return CurIndex;
66 return CurIndex + 1;