#include <ScalarEvolution.hpp>
|
| static std::unique_ptr< SCEVAddExpr > | Create (std::unique_ptr< SCEV > left, std::unique_ptr< SCEV > right) |
| |
| template<typename T > |
| static std::unique_ptr< T > | CloneAs (const SCEV &scev) |
| |
Definition at line 220 of file ScalarEvolution.hpp.
◆ SCEVAddExpr()
| 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 |
◆ Create()
| static std::unique_ptr<SCEVAddExpr> jlm::llvm::SCEVAddExpr::Create |
( |
std::unique_ptr< SCEV > |
left, |
|
|
std::unique_ptr< SCEV > |
right |
|
) |
| |
|
inlinestatic |
◆ DebugString()
| std::string jlm::llvm::SCEVAddExpr::DebugString |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: