Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:stoffset

7611   unsigned StOffset;
7615 StOffset = ByteShift;
7617 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;
7620 if (StOffset) {
7622 Ptr, DAG.getConstant(StOffset, Ptr.getValueType()));
7623 NewAlign = MinAlign(NewAlign, StOffset);
7631 St->getPointerInfo().getWithOffset(StOffset),