#include <ScalarEvolution.hpp>
|
| template<typename T > |
| static std::unique_ptr< T > | CloneAs (const SCEV &scev) |
| |
Definition at line 178 of file ScalarEvolution.hpp.
◆ SCEVBinaryExpr() [1/2]
| jlm::llvm::SCEVBinaryExpr::SCEVBinaryExpr |
( |
| ) |
|
|
inline |
◆ SCEVBinaryExpr() [2/2]
| jlm::llvm::SCEVBinaryExpr::SCEVBinaryExpr |
( |
std::unique_ptr< SCEV > |
left, |
|
|
std::unique_ptr< SCEV > |
right |
|
) |
| |
|
inline |
◆ GetLeftOperand()
| SCEV* jlm::llvm::SCEVBinaryExpr::GetLeftOperand |
( |
| ) |
const |
|
inline |
◆ GetRightOperand()
| SCEV* jlm::llvm::SCEVBinaryExpr::GetRightOperand |
( |
| ) |
const |
|
inline |
◆ SetLeftOperand()
| void jlm::llvm::SCEVBinaryExpr::SetLeftOperand |
( |
std::unique_ptr< SCEV > |
op | ) |
|
|
inline |
◆ SetRightOperand()
| void jlm::llvm::SCEVBinaryExpr::SetRightOperand |
( |
std::unique_ptr< SCEV > |
op | ) |
|
|
inline |
◆ LeftOperand_
| std::unique_ptr<SCEV> jlm::llvm::SCEVBinaryExpr::LeftOperand_ |
|
protected |
◆ RightOperand_
| std::unique_ptr<SCEV> jlm::llvm::SCEVBinaryExpr::RightOperand_ |
|
protected |
The documentation for this class was generated from the following file: