Searched refs:getMinMaxExpr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 630 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax() 641 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 3817 const SCEV *ScalarEvolution::getMinMaxExpr(SCEVTypes Kind, in getMinMaxExpr() function in ScalarEvolution 3891 return getMinMaxExpr(Kind, Ops); in getMinMaxExpr() 3982 : SE.getMinMaxExpr(Kind, NewOps); in visitAnyMinMaxExpr() 4296 Ops[i - 1] = getMinMaxExpr( in getSequentialMinMaxExpr() 4337 return getMinMaxExpr(scSMaxExpr, Ops); in getSMaxExpr() 4346 return getMinMaxExpr(scUMaxExpr, Ops); in getUMaxExpr() 4356 return getMinMaxExpr(scSMinExpr, Ops); in getSMinExpr() 4368 : getMinMaxExpr(scUMinExpr, Ops); in getUMinExpr() 4601 return getMinMaxExpr(SCEVMinMaxExpr::negate(MME->getSCEVType()), in getNotSCEV() 9942 return getMinMaxExpr(S->getSCEVType(), NewOps); in getWithOperands() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 642 LLVM_ABI const SCEV *getMinMaxExpr(SCEVTypes Kind,
|