LLVM API Documentation

llvm::SCEVAddExpr Class Reference

#include <ScalarEvolutionExpressions.h>

Inheritance diagram for llvm::SCEVAddExpr:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * getOperationStr () const

Static Public Member Functions

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

Friends

class ScalarEvolution


Detailed Description

SCEVAddExpr - This node represents an addition of some number of SCEVs.

Definition at line 273 of file ScalarEvolutionExpressions.h.


Member Function Documentation

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

Implements llvm::SCEVCommutativeExpr.

Definition at line 281 of file ScalarEvolutionExpressions.h.

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

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

Definition at line 284 of file ScalarEvolutionExpressions.h.

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

Reimplemented from llvm::SCEVCommutativeExpr.

Definition at line 285 of file ScalarEvolutionExpressions.h.

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


Friends And Related Function Documentation

friend class ScalarEvolution [friend]

Reimplemented from llvm::SCEVCommutativeExpr.

Definition at line 274 of file ScalarEvolutionExpressions.h.


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.