Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h458 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()
625 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
H A DScalarEvolutionExpander.h359 Value *visitAddExpr(const SCEVAddExpr *S);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp684 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
H A DScalarEvolution.cpp957 void visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function