Home
last modified time | relevance | path

Searched refs:getMinMaxExpr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp628 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax()
640 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h579 const SCEV *getMinMaxExpr(SCEVTypes Kind,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp3519 const SCEV *ScalarEvolution::getMinMaxExpr(SCEVTypes Kind, in getMinMaxExpr() function in ScalarEvolution
3600 return getMinMaxExpr(Kind, Ops); in getMinMaxExpr()
3657 return getMinMaxExpr(scSMaxExpr, Ops); in getSMaxExpr()
3666 return getMinMaxExpr(scUMaxExpr, Ops); in getUMaxExpr()
3676 return getMinMaxExpr(scSMinExpr, Ops); in getSMinExpr()
3686 return getMinMaxExpr(scUMinExpr, Ops); in getUMinExpr()
3982 return getMinMaxExpr(SCEVMinMaxExpr::negate(MME->getSCEVType()), in getNotSCEV()
8728 return getMinMaxExpr(Comm->getSCEVType(), NewOps); in computeSCEVAtScope()