#include <ScalarEvolution.hpp>
|
| template<typename T > |
| static std::unique_ptr< T > | CloneAs (const SCEV &scev) |
| |
Definition at line 284 of file ScalarEvolution.hpp.
◆ SCEVNAryExpr() [1/2]
| jlm::llvm::SCEVNAryExpr::SCEVNAryExpr |
( |
| ) |
|
|
inlineexplicit |
◆ SCEVNAryExpr() [2/2]
template<typename... Args>
| jlm::llvm::SCEVNAryExpr::SCEVNAryExpr |
( |
Args &&... |
operands | ) |
|
|
inlineexplicit |
◆ AddOperand()
| void jlm::llvm::SCEVNAryExpr::AddOperand |
( |
std::unique_ptr< SCEV > |
scev | ) |
|
|
inline |
◆ AddOperands()
template<typename... Args>
| void jlm::llvm::SCEVNAryExpr::AddOperands |
( |
Args &&... |
operands | ) |
|
|
inline |
◆ GetOperand()
| SCEV* jlm::llvm::SCEVNAryExpr::GetOperand |
( |
const size_t |
index | ) |
const |
|
inline |
◆ GetOperands()
| std::vector<SCEV *> jlm::llvm::SCEVNAryExpr::GetOperands |
( |
| ) |
const |
|
inline |
◆ NumOperands()
| size_t jlm::llvm::SCEVNAryExpr::NumOperands |
( |
| ) |
const |
|
inline |
◆ RemoveOperand()
| void jlm::llvm::SCEVNAryExpr::RemoveOperand |
( |
const size_t |
index | ) |
|
|
inline |
◆ ReplaceOperand()
| void jlm::llvm::SCEVNAryExpr::ReplaceOperand |
( |
const size_t |
index, |
|
|
const std::unique_ptr< SCEV > & |
operand |
|
) |
| |
|
inline |
◆ Operands_
| std::vector<std::unique_ptr<SCEV> > jlm::llvm::SCEVNAryExpr::Operands_ |
|
protected |
The documentation for this class was generated from the following file: