LLVM API Documentation

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

#include <ScalarEvolutionExpressions.h>

Inheritance diagram for llvm::SCEVZeroExtendExpr:
Inheritance graph
[legend]
Collaboration diagram for llvm::SCEVZeroExtendExpr:
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

SCEVZeroExtendExpr - This class represents a zero extension of a small integer value to a larger integer value.

Definition at line 99 of file ScalarEvolutionExpressions.h.


Member Function Documentation

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

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

Reimplemented from llvm::SCEVCastExpr.

Definition at line 107 of file ScalarEvolutionExpressions.h.

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


Friends And Related Function Documentation

friend class ScalarEvolution [friend]

Definition at line 100 of file ScalarEvolutionExpressions.h.


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