Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp621 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax()
632 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3830 const SCEV *ScalarEvolution::getMinMaxExpr(SCEVTypes Kind, in getMinMaxExpr() function in ScalarEvolution
3919 return getMinMaxExpr(Kind, Ops); in getMinMaxExpr()
4010 : SE.getMinMaxExpr(Kind, NewOps); in visitAnyMinMaxExpr()
4325 Ops[i - 1] = getMinMaxExpr( in getSequentialMinMaxExpr()
4366 return getMinMaxExpr(scSMaxExpr, Ops); in getSMaxExpr()
4375 return getMinMaxExpr(scUMaxExpr, Ops); in getUMaxExpr()
4385 return getMinMaxExpr(scSMinExpr, Ops); in getSMinExpr()
4397 : getMinMaxExpr(scUMinExpr, Ops); in getUMinExpr()
4630 return getMinMaxExpr(SCEVMinMaxExpr::negate(MME->getSCEVType()), in getNotSCEV()
9825 return getMinMaxExpr(S->getSCEVType(), NewOps); in getWithOperands()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h639 const SCEV *getMinMaxExpr(SCEVTypes Kind,