Searched refs:getMinMaxExpr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 632 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax() 643 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 3835 const SCEV *ScalarEvolution::getMinMaxExpr(SCEVTypes Kind, in getMinMaxExpr() function in ScalarEvolution 3924 return getMinMaxExpr(Kind, Ops); in getMinMaxExpr() 4015 : SE.getMinMaxExpr(Kind, NewOps); in visitAnyMinMaxExpr() 4330 Ops[i - 1] = getMinMaxExpr( in getSequentialMinMaxExpr() 4371 return getMinMaxExpr(scSMaxExpr, Ops); in getSMaxExpr() 4380 return getMinMaxExpr(scUMaxExpr, Ops); in getUMaxExpr() 4390 return getMinMaxExpr(scSMinExpr, Ops); in getSMinExpr() 4402 : getMinMaxExpr(scUMinExpr, Ops); in getUMinExpr() 4635 return getMinMaxExpr(SCEVMinMaxExpr::negate(MME->getSCEVType()), in getNotSCEV() 9887 return getMinMaxExpr(S->getSCEVType(), NewOps); in getWithOperands() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 640 const SCEV *getMinMaxExpr(SCEVTypes Kind,
|