LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::SCEVMulExpr Class Reference

#include <ScalarEvolutionExpressions.h>

Inheritance diagram for llvm::SCEVMulExpr:

Inheritance graph
[legend]
Collaboration diagram for llvm::SCEVMulExpr:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

SCEVMulExpr - This node represents multiplication of some number of SCEVs.

Definition at line 238 of file ScalarEvolutionExpressions.h.


Member Function Documentation

static bool llvm::SCEVMulExpr::classof const SCEV S  )  [inline, static]
 

Reimplemented from llvm::SCEVCommutativeExpr.

Definition at line 257 of file ScalarEvolutionExpressions.h.

References llvm::SCEV::getSCEVType(), and llvm::scMulExpr.

static bool llvm::SCEVMulExpr::classof const SCEVMulExpr S  )  [inline, static]
 

Methods for support type inquiry through isa, cast, and dyn_cast:.

Definition at line 256 of file ScalarEvolutionExpressions.h.

static SCEVHandle llvm::SCEVMulExpr::get const SCEVHandle LHS,
const SCEVHandle RHS
[inline, static]
 

Definition at line 246 of file ScalarEvolutionExpressions.h.

References get().

SCEVHandle SCEVMulExpr::get std::vector< SCEVHandle > &  Ops  )  [static]
 

Definition at line 782 of file ScalarEvolution.cpp.

References Add(), B, D, F, G, llvm::SCEVAddRecExpr::get(), llvm::SCEVConstant::get(), llvm::SCEVAddExpr::get(), llvm::SCEVAddRecExpr::getLoop(), llvm::ConstantExpr::getMul(), llvm::SCEVAddRecExpr::getNumOperands(), llvm::User::getNumOperands(), llvm::SCEVAddRecExpr::getOperand(), llvm::Constant::getOperand(), llvm::SCEV::getSCEVType(), llvm::SCEVAddRecExpr::getStart(), llvm::SCEVAddRecExpr::getStepRecurrence(), GroupByComplexity(), llvm::SCEVCommutativeExpr::isLoopInvariant(), Mul(), llvm::User::op_begin(), llvm::User::op_end(), llvm::scAddRecExpr, and llvm::scMulExpr.

Referenced by llvm::SCEVAddRecExpr::evaluateAtIteration(), get(), llvm::SCEVAddExpr::get(), getNegativeSCEV(), and PartialFact().

virtual const char* llvm::SCEVMulExpr::getOperationStr  )  const [inline, virtual]
 

Implements llvm::SCEVCommutativeExpr.

Definition at line 253 of file ScalarEvolutionExpressions.h.


The documentation for this class was generated from the following files: