Searched defs:SCEVSMaxExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h440 /// SCEVSMaxExpr - This class represents a signed maximum selection.
442 class SCEVSMaxExpr : public SCEVCommutativeExpr { class in namespace:llvm
445 SCEVSMaxExpr(const FoldingSetNodeIDRef ID, function in class:llvm::SCEVSMaxExpr
549 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S);
696 const SCEV *visitSMaxExpr(const SCEVSMaxExpr *Expr) {
799 const SCEV *visitSMaxExpr(const SCEVSMaxExpr *Expr) {

Completed in 956 milliseconds