LLVM API Documentation
#include <ScalarEvolutionExpressions.h>
Inheritance diagram for llvm::SCEVAddExpr:
Public Member Functions | |
virtual const char * | getOperationStr () const |
Static Public Member Functions | |
static SCEVHandle | get (std::vector< SCEVHandle > &Ops) |
static SCEVHandle | get (const SCEVHandle &LHS, const SCEVHandle &RHS) |
static SCEVHandle | get (const SCEVHandle &Op0, const SCEVHandle &Op1, const SCEVHandle &Op2) |
static bool | classof (const SCEVAddExpr *S) |
Methods for support type inquiry through isa, cast, and dyn_cast:. | |
static bool | classof (const SCEV *S) |
Definition at line 202 of file ScalarEvolutionExpressions.h.
|
Reimplemented from llvm::SCEVCommutativeExpr. Definition at line 230 of file ScalarEvolutionExpressions.h. References llvm::SCEV::getSCEVType(), and llvm::scAddExpr. |
|
Methods for support type inquiry through isa, cast, and dyn_cast:.
Definition at line 229 of file ScalarEvolutionExpressions.h. |
|
Definition at line 217 of file ScalarEvolutionExpressions.h. References get(). |
|
Definition at line 210 of file ScalarEvolutionExpressions.h. References get(). |
|
|
Implements llvm::SCEVCommutativeExpr. Definition at line 226 of file ScalarEvolutionExpressions.h. |