Searched refs:getMinMaxExpr (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 621 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax() 632 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 3837 const SCEV *ScalarEvolution::getMinMaxExpr(SCEVTypes Kind, in getMinMaxExpr() function in ScalarEvolution 3923 return getMinMaxExpr(Kind, Ops); in getMinMaxExpr() 4014 : SE.getMinMaxExpr(Kind, NewOps); in visitAnyMinMaxExpr() 4275 Ops[i - 1] = getMinMaxExpr( in getSequentialMinMaxExpr() 4316 return getMinMaxExpr(scSMaxExpr, Ops); in getSMaxExpr() 4325 return getMinMaxExpr(scUMaxExpr, Ops); in getUMaxExpr() 4335 return getMinMaxExpr(scSMinExpr, Ops); in getSMinExpr() 4347 : getMinMaxExpr(scUMinExpr, Ops); in getUMinExpr() 4600 return getMinMaxExpr(SCEVMinMaxExpr::negate(MME->getSCEVType()), in getNotSCEV() 9942 return getMinMaxExpr(V->getSCEVType(), NewOps); in computeSCEVAtScope()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 635 const SCEV *getMinMaxExpr(SCEVTypes Kind,
|