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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h285 /// SCEVAddRecExpr - This node represents a polynomial recurrence on the trip
288 /// supporting infrastructure to allow SCEVAddRecExpr expressions to be
293 class SCEVAddRecExpr : public SCEVNAryExpr { class in namespace:llvm
298 SCEVAddRecExpr(const FoldingSetNodeIDRef ID, function in class:llvm::SCEVAddRecExpr
356 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const {
357 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));
361 static inline bool classof(const SCEVAddRecExpr *S) { return true; }
479 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S);

Completed in 1900 milliseconds