Searched defs:getStepRecurrence (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h306 /// getStepRecurrence - This method constructs and returns the recurrence
310 const SCEV *getStepRecurrence(ScalarEvolution &SE) const { function in class:llvm::SCEVAddRecExpr
357 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));

Completed in 77 milliseconds