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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h35 /// SCEVConstant - This class represents a constant integer value.
37 class SCEVConstant : public SCEV { class in namespace:llvm
41 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) : function in class:llvm::SCEVConstant
49 static inline bool classof(const SCEVConstant *S) { return true; }
465 return ((SC*)this)->visitConstant((const SCEVConstant*)S);

Completed in 368 milliseconds