class SCEVConstant

Declaration

class SCEVConstant : public SCEV { /* full declaration omitted */ };

Description

This class represents a constant integer value.

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

Inherits from: SCEV

Member Variables

Inherited from SCEV:

protected ExpressionSize
protected SubclassData = 0

Method Overview

  • public static bool classof(const llvm::SCEV * S)
  • public const llvm::APInt & getAPInt() const
  • public llvm::Type * getType() const
  • public llvm::ConstantInt * getValue() const

Inherited from SCEV:

Inherited from FoldingSetBase::Node:

Methods

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

Parameters

const llvm::SCEV* S

const llvm::APInt& getAPInt() const

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

llvm::Type* getType() const

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

llvm::ConstantInt* getValue() const

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