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