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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h205 /// SCEVAddExpr - This node represents an addition of some number of SCEVs.
207 class SCEVAddExpr : public SCEVCommutativeExpr { class in namespace:llvm
210 SCEVAddExpr(const FoldingSetNodeIDRef ID, function in class:llvm::SCEVAddExpr
541 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
670 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
766 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {

Completed in 842 milliseconds