#include <ScalarEvolution.hpp>
Definition at line 140 of file ScalarEvolution.hpp.
◆ SCEVAddExpr() [1/2]
| jlm::llvm::SCEVAddExpr::SCEVAddExpr |
( |
| ) |
|
|
inline |
◆ SCEVAddExpr() [2/2]
| jlm::llvm::SCEVAddExpr::SCEVAddExpr |
( |
std::unique_ptr< SCEV > |
left, |
|
|
std::unique_ptr< SCEV > |
right |
|
) |
| |
|
inline |
◆ Clone()
| std::unique_ptr<SCEV> jlm::llvm::SCEVAddExpr::Clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ DebugString()
| std::string jlm::llvm::SCEVAddExpr::DebugString |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetLeftOperand()
| SCEV* jlm::llvm::SCEVAddExpr::GetLeftOperand |
( |
| ) |
const |
|
inline |
◆ GetRightOperand()
| SCEV* jlm::llvm::SCEVAddExpr::GetRightOperand |
( |
| ) |
const |
|
inline |
◆ SetLeftOperand()
| void jlm::llvm::SCEVAddExpr::SetLeftOperand |
( |
std::unique_ptr< SCEV > |
op | ) |
|
|
inline |
◆ SetRightOperand()
| void jlm::llvm::SCEVAddExpr::SetRightOperand |
( |
std::unique_ptr< SCEV > |
op | ) |
|
|
inline |
◆ LeftOperand_
| std::unique_ptr<SCEV> jlm::llvm::SCEVAddExpr::LeftOperand_ |
|
private |
◆ RightOperand_
| std::unique_ptr<SCEV> jlm::llvm::SCEVAddExpr::RightOperand_ |
|
private |
The documentation for this class was generated from the following file: