HomeSort by relevance Sort by last modified time
    Searched defs:SCEVAddRecExpr (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpressions.h 284 /// SCEVAddRecExpr - This node represents a polynomial recurrence on the trip
287 /// supporting infrastructure to allow SCEVAddRecExpr expressions to be
292 class SCEVAddRecExpr : public SCEVNAryExpr {
297 SCEVAddRecExpr(const FoldingSetNodeIDRef ID,
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);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 275 /// mostly just supporting infrastructure to allow SCEVAddRecExpr
280 class SCEVAddRecExpr : public SCEVNAryExpr {
285 SCEVAddRecExpr(const FoldingSetNodeIDRef ID,
343 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const {
344 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));
457 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S);
586 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
665 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
676 const SCEVAddRecExpr *Rec = cast<SCEVAddRecExpr>(Res)
    [all...]

Completed in 325 milliseconds