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 |
SCEVTruncateExpr - This class represents a truncation of an integer value to a smaller integer value.
Definition at line 81 of file ScalarEvolutionExpressions.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::SCEVCastExpr.
Definition at line 89 of file ScalarEvolutionExpressions.h.
References llvm::SCEV::getSCEVType(), and llvm::scTruncate.
friend class ScalarEvolution [friend] |
Definition at line 82 of file ScalarEvolutionExpressions.h.