LLVM API Documentation
#include <ScalarEvolutionExpressions.h>
Public Member Functions | |
ConstantInt * | getValue () const |
Type * | getType () const |
Static Public Member Functions | |
static bool | classof (const SCEV *S) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
Friends | |
class | ScalarEvolution |
SCEVConstant - This class represents a constant integer value.
Definition at line 38 of file ScalarEvolutionExpressions.h.
static bool llvm::SCEVConstant::classof | ( | const SCEV * | S | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 50 of file ScalarEvolutionExpressions.h.
References llvm::SCEV::getSCEVType(), and llvm::scConstant.
Type* llvm::SCEVConstant::getType | ( | ) | const [inline] |
getType - Return the LLVM type of this SCEV expression.
Reimplemented from llvm::SCEV.
Definition at line 47 of file ScalarEvolutionExpressions.h.
References llvm::ConstantInt::getType().
ConstantInt* llvm::SCEVConstant::getValue | ( | ) | const [inline] |
Definition at line 45 of file ScalarEvolutionExpressions.h.
Referenced by canFoldIVIncExpr(), FactorOutConstant(), gcd(), getExactSDiv(), llvm::SCEVAddRecExpr::getNumIterationsInRange(), llvm::ScalarEvolution::getSmallConstantTripCount(), llvm::ScalarEvolution::getSmallConstantTripMultiple(), llvm::ScalarEvolution::getUDivExpr(), isLikelyComplexAddressComputation(), llvm::SCEV::isNonConstantNegative(), isRemainderZero(), isStridedPtr(), sdiv(), and srem().
friend class ScalarEvolution [friend] |
Definition at line 39 of file ScalarEvolutionExpressions.h.