Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp628 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax()
640 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h590 const SCEV *getMinMaxExpr(SCEVTypes Kind,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3670 const SCEV *ScalarEvolution::getMinMaxExpr(SCEVTypes Kind, in getMinMaxExpr() function in ScalarEvolution
3755 return getMinMaxExpr(Kind, Ops); in getMinMaxExpr()
3812 return getMinMaxExpr(scSMaxExpr, Ops); in getSMaxExpr()
3821 return getMinMaxExpr(scUMaxExpr, Ops); in getUMaxExpr()
3831 return getMinMaxExpr(scSMinExpr, Ops); in getSMinExpr()
3841 return getMinMaxExpr(scUMinExpr, Ops); in getUMinExpr()
4137 return getMinMaxExpr(SCEVMinMaxExpr::negate(MME->getSCEVType()), in getNotSCEV()
8984 return getMinMaxExpr(Comm->getSCEVType(), NewOps); in computeSCEVAtScope()