Lines Matching defs:StartIndex
1980 int StartIndex = -1;
1986 if (StartIndex == -1) {
1987 // Don't support a StartIndex that begins in the second input, or if the
1988 // first non-undef index would access below the StartIndex.
1992 StartIndex = MaskEltVal - I;
1996 // Splice is sequential starting from StartIndex.
1997 if (MaskEltVal != (StartIndex + I))
2001 if (StartIndex == -1)
2004 // NOTE: This accepts StartIndex == 0 (COPY).
2005 Index = StartIndex;