class SCEVSequentialUMinExpr

Declaration

class SCEVSequentialUMinExpr : public SCEVSequentialMinMaxExpr { /* full declaration omitted */ };

Description

This class represents a sequential/in-order unsigned minimum selection.

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

Inherits from: SCEVSequentialMinMaxExpr

Member Variables

Inherited from SCEVNAryExpr:

protected Operands
protected NumOperands

Inherited from SCEV:

protected ExpressionSize
protected SubclassData = 0

Method Overview

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

Inherited from SCEVSequentialMinMaxExpr:

Inherited from SCEVNAryExpr:

Inherited from SCEV:

Inherited from FoldingSetBase::Node:

Methods

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

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

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

Parameters

const llvm::SCEV* S