LLVM API Documentation
#include <ScalarEvolutionExpressions.h>


Public Member Functions | |
| virtual const char * | getOperationStr () const |
Static Public Member Functions | |
| static bool | classof (const SCEVAddExpr *S) |
| Methods for support type inquiry through isa, cast, and dyn_cast:. | |
| static bool | classof (const SCEV *S) |
Friends | |
| class | ScalarEvolution |
Definition at line 273 of file ScalarEvolutionExpressions.h.
| virtual const char* llvm::SCEVAddExpr::getOperationStr | ( | ) | const [inline, virtual] |
| static bool llvm::SCEVAddExpr::classof | ( | const SCEVAddExpr * | S | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:.
Definition at line 284 of file ScalarEvolutionExpressions.h.
| static bool llvm::SCEVAddExpr::classof | ( | const SCEV * | S | ) | [inline, static] |
Reimplemented from llvm::SCEVCommutativeExpr.
Definition at line 285 of file ScalarEvolutionExpressions.h.
References llvm::SCEV::getSCEVType(), and llvm::scAddExpr.
friend class ScalarEvolution [friend] |
Reimplemented from llvm::SCEVCommutativeExpr.
Definition at line 274 of file ScalarEvolutionExpressions.h.