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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h384 Value *visitSMinExpr(const SCEVSMinExpr *S);
H A DScalarEvolutionExpressions.h536 return ((SC *)this)->visitSMinExpr((const SCEVSMinExpr *)S);
756 const SCEV *visitSMinExpr(const SCEVSMinExpr *Expr) { function in class:llvm::SCEVRewriteVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1711 Value *SCEVExpander::visitSMinExpr(const SCEVSMinExpr *S) { function in class:SCEVExpander
H A DScalarEvolution.cpp953 void visitSMinExpr(const SCEVSMinExpr *Numerator) {} function in struct:__anon1648::SCEVDivision

Completed in 106 milliseconds