Searched refs:StepPair (Results 1 – 1 of 1) sorted by relevance
681 auto StepPair = extractConstantFactor(AddRec->getStepRecurrence(SE), SE); in extractConstantFactor() local683 SE.getAddRecExpr(StartExpr, StepPair.second, AddRec->getLoop(), in extractConstantFactor()685 return std::make_pair(StepPair.first, LeftOverAddRec); in extractConstantFactor()