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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h206 /// SCEVAddExpr - This node represents an addition of some number of SCEVs.
208 class SCEVAddExpr : public SCEVCommutativeExpr { class in namespace:llvm
211 SCEVAddExpr(const FoldingSetNodeIDRef ID, function in class:llvm::SCEVAddExpr
225 static inline bool classof(const SCEVAddExpr *S) { return true; }
472 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);

Completed in 58 milliseconds