Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ElementIndex

1604     unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy);
1606 ElementIndex = Elements.size() - ElementIndex - 1;
1609 if (Elements[ElementIndex])
1612 Elements[ElementIndex] = V;