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

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

Completed in 51 milliseconds