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

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

Completed in 46 milliseconds