Searched refs:getMinMaxExpr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | NaryReassociate.cpp | 628 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/ |
| D | ScalarEvolution.h | 590 const SCEV *getMinMaxExpr(SCEVTypes Kind,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 3670 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()
|