Searched refs:visitAddExpr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h372 Value *visitAddExpr(const SCEVAddExpr *S);
H A DScalarEvolutionExpressions.h524 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
697 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { function in class:llvm::SCEVRewriteVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp688 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { function in class:SCEVExpander
H A DScalarEvolution.cpp996 void visitAddExpr(const SCEVAddExpr *Numerator) { function in struct:__anon1648::SCEVDivision

Completed in 116 milliseconds