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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h281 /// SCEVAddRecExpr - This node represents a polynomial recurrence on the trip
284 /// supporting infrastructure to allow SCEVAddRecExpr expressions to be
289 class SCEVAddRecExpr : public SCEVNAryExpr { class in namespace:llvm
294 SCEVAddRecExpr(const FoldingSetNodeIDRef ID, function in class:llvm::SCEVAddRecExpr
352 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const {
353 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));
470 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S);
603 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
682 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
693 const SCEVAddRecExpr *Re
[all...]

Completed in 262 milliseconds