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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h245 Value *visitSMaxExpr(const SCEVSMaxExpr *S);
H A DScalarEvolutionExpressions.h549 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S);
696 const SCEV *visitSMaxExpr(const SCEVSMaxExpr *Expr) { function in struct:llvm::SCEVParameterRewriter
799 const SCEV *visitSMaxExpr(const SCEVSMaxExpr *Expr) { function in struct:llvm::SCEVApplyRewriter
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1530 Value *SCEVExpander::visitSMaxExpr(const SCEVSMaxExpr *S) { function in class:SCEVExpander
H A DScalarEvolution.cpp7108 void visitSMaxExpr(const SCEVSMaxExpr *Numerator) {}

Completed in 96 milliseconds