Searched refs:IdxJ (Results 1 – 2 of 2) sorted by relevance
21933 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore() local21934 if (Mask[IdxJ * Factor + IdxI] >= 0) { in lowerInterleavedStore()21935 StartMask = Mask[IdxJ * Factor + IdxI] - IdxJ; in lowerInterleavedStore()
17019 unsigned IdxJ = StoreCount * LaneLen * Factor + j * Factor + i; in lowerInterleavedStore() local17020 if (Mask[IdxJ] >= 0) { in lowerInterleavedStore()17021 StartMask = Mask[IdxJ] - j; in lowerInterleavedStore()