Lines Matching defs:StartingIndex
8822 /// is the index used in an ExtractVectorElement, and \p StartingIndex is the
8851 unsigned StartingIndex = 0) {
8926 StartingIndex);
8930 Depth + 1, VectorIndex, StartingIndex);
8950 // i8, this simply means the VectorIndex == StartingIndex. For non i8 cases,
8954 if (*VectorIndex * NarrowByteWidth > StartingIndex)
8956 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex)
8960 VectorIndex, StartingIndex);
9314 /*StartingIndex*/ i);