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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h239 Value *visitSMaxExpr(const SCEVSMaxExpr *S);
H A DScalarEvolutionExpressions.h480 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1429 Value *SCEVExpander::visitSMaxExpr(const SCEVSMaxExpr *S) { function in class:SCEVExpander

Completed in 81 milliseconds