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 |
SCEVSignExtendExpr - This class represents a sign extension of a small integer value to a larger integer value.
Definition at line 116 of file ScalarEvolutionExpressions.h.
static bool llvm::SCEVSignExtendExpr::classof | ( | const SCEV * | S | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::SCEVCastExpr.
Definition at line 124 of file ScalarEvolutionExpressions.h.
References llvm::SCEV::getSCEVType(), and llvm::scSignExtend.
friend class ScalarEvolution [friend] |
Definition at line 117 of file ScalarEvolutionExpressions.h.