LLVM API Documentation
#include <ScalarEvolutionExpressions.h>
Inheritance diagram for llvm::SCEVMulExpr:
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 bool | classof (const SCEVMulExpr *S) |
Methods for support type inquiry through isa, cast, and dyn_cast:. | |
static bool | classof (const SCEV *S) |
Definition at line 238 of file ScalarEvolutionExpressions.h.
|
Reimplemented from llvm::SCEVCommutativeExpr. Definition at line 257 of file ScalarEvolutionExpressions.h. References llvm::SCEV::getSCEVType(), and llvm::scMulExpr. |
|
Methods for support type inquiry through isa, cast, and dyn_cast:.
Definition at line 256 of file ScalarEvolutionExpressions.h. |
|
Definition at line 246 of file ScalarEvolutionExpressions.h. References get(). |
|
|
Implements llvm::SCEVCommutativeExpr. Definition at line 253 of file ScalarEvolutionExpressions.h. |