Home | History | Annotate | Download | only in InstCombine

Lines Matching full:endidx

821   unsigned EndIdx = Mask.back();
822 if (BegIdx > EndIdx || EndIdx >= LHSElems || EndIdx - BegIdx != MaskElems - 1)