Searched refs:IdxI (Results 1 – 3 of 3) sorted by relevance
788 Instruction *IdxI = dyn_cast<Instruction>(Node->Idx); in recalculatePlacement() local789 if (IdxI && !DT->dominates(IdxI->getParent(), DomB)) in recalculatePlacement()
21846 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore() local21847 if (Mask[IdxI] >= 0) { in lowerInterleavedStore()21849 Op0, Op1, createSequentialMask(Mask[IdxI], LaneLen, 0))); in lowerInterleavedStore()21854 if (Mask[IdxJ * Factor + IdxI] >= 0) { in lowerInterleavedStore()21855 StartMask = Mask[IdxJ * Factor + IdxI] - IdxJ; in lowerInterleavedStore()
17434 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore() local17435 if (Mask[IdxI] >= 0) { in lowerInterleavedStore()17437 Op0, Op1, createSequentialMask(Mask[IdxI], LaneLen, 0)); in lowerInterleavedStore()