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

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

Completed in 148 milliseconds