class SCEVMulExpr

Declaration

class SCEVMulExpr : public SCEVCommutativeExpr { /* full declaration omitted */ };

Description

This node represents multiplication of some number of SCEVs.

Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:281

Inherits from: SCEVCommutativeExpr

Member Variables

Inherited from SCEVNAryExpr:

protected Operands
protected NumOperands

Inherited from SCEV:

protected ExpressionSize
protected SubclassData = 0

Method Overview

  • private SCEVMulExpr(const llvm::FoldingSetNodeIDRef ID, const llvm::SCEV *const * O, size_t N)
  • public static bool classof(const llvm::SCEV * S)
  • public llvm::Type * getType() const

Inherited from SCEVCommutativeExpr:

Inherited from SCEVNAryExpr:

Inherited from SCEV:

Inherited from FoldingSetBase::Node:

Methods

SCEVMulExpr(const llvm::FoldingSetNodeIDRef ID,
            const llvm::SCEV* const* O,
            size_t N)

Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:284

Parameters

const llvm::FoldingSetNodeIDRef ID
const llvm::SCEV* const* O
size_t N

static bool classof(const llvm::SCEV* S)

Description

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

Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:291

Parameters

const llvm::SCEV* S

llvm::Type* getType() const

Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:288