class SCEVUDivExpr

Declaration

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

Description

This class represents a binary unsigned division operation.

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

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::SCEV * getLHS() const
  • public const llvm::SCEV * getRHS() const
  • public llvm::Type * getType() 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:283

Parameters

const llvm::SCEV* S

const llvm::SCEV* getLHS() const

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

const llvm::SCEV* getRHS() const

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

llvm::Type* getType() const

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