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 37 of file ScalarEvolutionExpressions.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 49 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 46 of file ScalarEvolutionExpressions.h.
References llvm::ConstantInt::getType().
| ConstantInt* llvm::SCEVConstant::getValue | ( | ) | const [inline] |
Definition at line 44 of file ScalarEvolutionExpressions.h.
Referenced by canFoldIVIncExpr(), FactorOutConstant(), getExactSDiv(), llvm::SCEVAddRecExpr::getNumIterationsInRange(), llvm::ScalarEvolution::getSmallConstantTripCount(), llvm::ScalarEvolution::getSmallConstantTripMultiple(), llvm::ScalarEvolution::getUDivExpr(), llvm::BoUpSLP::isConsecutiveAccess(), llvm::SCEV::isNonConstantNegative(), and isRemainderZero().
friend class ScalarEvolution [friend] |
Definition at line 38 of file ScalarEvolutionExpressions.h.