class SCEVZeroExtendExpr

Declaration

class SCEVZeroExtendExpr : public SCEVIntegralCastExpr { /* full declaration omitted */ };

Description

This class represents a zero extension of a small integer value to a larger integer value.

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

Inherits from: SCEVIntegralCastExpr

Member Variables

Inherited from SCEVCastExpr:

protected Operands
protected Ty

Inherited from SCEV:

protected ExpressionSize
protected SubclassData = 0

Method Overview

  • private SCEVZeroExtendExpr(const llvm::FoldingSetNodeIDRef ID, const llvm::SCEV * op, llvm::Type * ty)
  • public static bool classof(const llvm::SCEV * S)

Inherited from SCEVIntegralCastExpr:

Inherited from SCEVCastExpr:

Inherited from SCEV:

Inherited from FoldingSetBase::Node:

Methods

SCEVZeroExtendExpr(
    const llvm::FoldingSetNodeIDRef ID,
    const llvm::SCEV* op,
    llvm::Type* ty)

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

Parameters

const llvm::FoldingSetNodeIDRef ID
const llvm::SCEV* op
llvm::Type* ty

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:163

Parameters

const llvm::SCEV* S