LLVM API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions
llvm::SCEVCommutativeExpr Class Reference

#include <ScalarEvolutionExpressions.h>

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

List of all members.

Public Member Functions

void setNoWrapFlags (NoWrapFlags Flags)
 Set flags for a non-recurrence without clearing previously set flags.

Static Public Member Functions

static bool classof (const SCEV *S)
 Methods for support type inquiry through isa, cast, and dyn_cast:

Protected Member Functions

 SCEVCommutativeExpr (const FoldingSetNodeIDRef ID, enum SCEVTypes T, const SCEV *const *O, size_t N)

Detailed Description

SCEVCommutativeExpr - This node is the base class for n'ary commutative operators.

Definition at line 182 of file ScalarEvolutionExpressions.h.


Constructor & Destructor Documentation

llvm::SCEVCommutativeExpr::SCEVCommutativeExpr ( const FoldingSetNodeIDRef  ID,
enum SCEVTypes  T,
const SCEV *const O,
size_t  N 
) [inline, protected]

Definition at line 184 of file ScalarEvolutionExpressions.h.


Member Function Documentation

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

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

Reimplemented from llvm::SCEVNAryExpr.

Reimplemented in llvm::SCEVUMaxExpr, llvm::SCEVSMaxExpr, llvm::SCEVMulExpr, and llvm::SCEVAddExpr.

Definition at line 190 of file ScalarEvolutionExpressions.h.

References llvm::SCEV::getSCEVType(), llvm::scAddExpr, llvm::scMulExpr, llvm::scSMaxExpr, and llvm::scUMaxExpr.

Set flags for a non-recurrence without clearing previously set flags.

Definition at line 198 of file ScalarEvolutionExpressions.h.

References llvm::SCEV::SubclassData.

Referenced by llvm::ScalarEvolution::getAddExpr(), and llvm::ScalarEvolution::getMulExpr().


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