Lines Matching defs:Start
495 // If processing the memset invalidated our iterator, start over from the
598 // For stores that start but don't end a link in the chain:
729 // If we have a negative stride, Start refers to the end of the memory location
731 // which is just Start - BECount*Size.
732 static const SCEV *getStartForNegStride(const SCEV *Start, const SCEV *BECount,
739 return SE->getMinusSCEV(Start, Index);
769 const SCEV *Start = Ev->getStart();
772 Start = getStartForNegStride(Start, BECount, IntPtr, StoreSize, SE);
780 Expander.expandCodeFor(Start, DestInt8PtrTy, Preheader->getTerminator());