LLVM API Documentation
#include <ScalarEvolutionExpressions.h>
Public Member Functions | |
Type * | getType () const |
Static Public Member Functions | |
static bool | classof (const SCEV *S) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
Friends | |
class | ScalarEvolution |
SCEVAddExpr - This node represents an addition of some number of SCEVs.
Definition at line 207 of file ScalarEvolutionExpressions.h.
static bool llvm::SCEVAddExpr::classof | ( | const SCEV * | S | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::SCEVCommutativeExpr.
Definition at line 224 of file ScalarEvolutionExpressions.h.
References llvm::SCEV::getSCEVType(), and llvm::scAddExpr.
Type* llvm::SCEVAddExpr::getType | ( | ) | const [inline] |
getType - Return the LLVM type of this SCEV expression.
Reimplemented from llvm::SCEVNAryExpr.
Definition at line 216 of file ScalarEvolutionExpressions.h.
References llvm::SCEVNAryExpr::getNumOperands(), llvm::SCEVNAryExpr::getOperand(), and llvm::SCEV::getType().
Referenced by isAddSExtable().
friend class ScalarEvolution [friend] |
Definition at line 208 of file ScalarEvolutionExpressions.h.