class SCEVUMinExpr

Declaration

class SCEVUMinExpr : public SCEVMinMaxExpr { /* full declaration omitted */ };

Description

This class represents an unsigned minimum selection.

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

Inherits from: SCEVMinMaxExpr

Member Variables

Inherited from SCEVNAryExpr:

protected Operands
protected NumOperands

Inherited from SCEV:

protected ExpressionSize
protected SubclassData = 0

Method Overview

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

Inherited from SCEVMinMaxExpr:

Inherited from SCEVCommutativeExpr:

Inherited from SCEVNAryExpr:

Inherited from SCEV:

Inherited from FoldingSetBase::Node:

Methods

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

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

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

Parameters

const llvm::SCEV* S