LLVM API Documentation
#include <ScalarEvolutionExpressions.h>


Static Public Member Functions | |
| static bool | classof (const SCEV *S) |
| Methods for support type inquiry through isa, cast, and dyn_cast: | |
Friends | |
| class | ScalarEvolution |
SCEVZeroExtendExpr - This class represents a zero extension of a small integer value to a larger integer value.
Definition at line 98 of file ScalarEvolutionExpressions.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::SCEVCastExpr.
Definition at line 106 of file ScalarEvolutionExpressions.h.
References llvm::SCEV::getSCEVType(), and llvm::scZeroExtend.
friend class ScalarEvolution [friend] |
Definition at line 99 of file ScalarEvolutionExpressions.h.