Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SL

316     const StructLayout *SL = TD.getStructLayout(CS->getType());
317 unsigned Index = SL->getElementContainingOffset(ByteOffset);
318 uint64_t CurEltOffset = SL->getElementOffset(Index);
338 uint64_t NextEltOffset = SL->getElementOffset(Index);
846 const StructLayout &SL = *TD->getStructLayout(STy);
847 if (Offset.uge(SL.getSizeInBytes()))
853 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
856 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));