Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ElIdx

690       unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
692 ElIdx));
693 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
694 Ty = STy->getTypeAtIndex(ElIdx);