LLVM API Documentation

Static Public Member Functions | Friends
llvm::SCEVUMaxExpr Class Reference

#include <ScalarEvolutionExpressions.h>

Inheritance diagram for llvm::SCEVUMaxExpr:
Inheritance graph
[legend]
Collaboration diagram for llvm::SCEVUMaxExpr:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static bool classof (const SCEV *S)
 Methods for support type inquiry through isa, cast, and dyn_cast:

Friends

class ScalarEvolution

Detailed Description

SCEVUMaxExpr - This class represents an unsigned maximum selection.

Definition at line 463 of file ScalarEvolutionExpressions.h.


Member Function Documentation

static bool llvm::SCEVUMaxExpr::classof ( const SCEV S) [inline, static]

Methods for support type inquiry through isa, cast, and dyn_cast:

Reimplemented from llvm::SCEVCommutativeExpr.

Definition at line 475 of file ScalarEvolutionExpressions.h.

References llvm::SCEV::getSCEVType(), and llvm::scUMaxExpr.


Friends And Related Function Documentation

friend class ScalarEvolution [friend]

Definition at line 464 of file ScalarEvolutionExpressions.h.


The documentation for this class was generated from the following file: