Searched defs:SCEVConstant (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h36 /// SCEVConstant - This class represents a constant integer value.
38 class SCEVConstant : public SCEV { class in namespace:llvm
42 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) : function in class:llvm::SCEVConstant
533 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
651 const SCEV *visitConstant(const SCEVConstant *Constant) {
747 const SCEV *visitConstant(const SCEVConstant *Constant) {

Completed in 159 milliseconds