Searched refs:visitAddRecExpr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h241 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
H A DScalarEvolutionExpressions.h479 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1270 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { function in class:SCEVExpander

Completed in 68 milliseconds