Home | History | Annotate | Download | only in IR

Lines Matching defs:HalfSize

2215       unsigned HalfSize = NumElts / 2;
2227 unsigned StartIndex = (Imm & 0x01) ? HalfSize : 0;
2228 for (unsigned i = 0; i < HalfSize; ++i)
2232 StartIndex = (Imm & 0x10) ? HalfSize : 0;
2233 for (unsigned i = 0; i < HalfSize; ++i)
2234 ShuffleMask[i + HalfSize] = NumElts + StartIndex + i;