Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:OffsetB

1811   APInt OffsetA(PtrBitWidth, 0), OffsetB(PtrBitWidth, 0);
1813 PtrB = PtrB->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetB);
1815 APInt OffsetDelta = OffsetB - OffsetA;