Lines Matching defs:ExtIdx
8972 const unsigned ExtIdx = *Idx;
8973 if (ExtIdx >= NElts)
8975 Indices[I] = ExtIdx;
8976 if (MinIdx > ExtIdx)
8977 MinIdx = ExtIdx;
8978 if (MaxIdx < ExtIdx)
8979 MaxIdx = ExtIdx;
8997 const unsigned ExtIdx = Indices[I] - MinIdx;
8998 if (CurrentOrder[ExtIdx] != E) {
9002 ShouldKeepOrder &= ExtIdx == I;
9003 CurrentOrder[ExtIdx] = I;