Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SL

303     const StructLayout *SL = TD.getStructLayout(CS->getType());
304 unsigned Index = SL->getElementContainingOffset(ByteOffset);
305 uint64_t CurEltOffset = SL->getElementOffset(Index);
325 uint64_t NextEltOffset = SL->getElementOffset(Index);
765 const StructLayout &SL = *TD->getStructLayout(STy);
766 if (Offset.uge(SL.getSizeInBytes()))
772 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
775 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));