Searched refs:StepIndex (Results 1 – 1 of 1) sorted by relevance
293 unsigned StepIndex = Inc->getOperand(0) == BasePtr ? 1 : 0; in matchStridedRecurrence() local295 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence()327 Inc->setOperand(StepIndex, Step); in matchStridedRecurrence()