Home
last modified time | relevance | path

Searched refs:getUDivExpr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp301 auto *Ceil = SE->getUDivExpr(ECPlusVWMinus1, VW); in IsSafeActiveMask()
327 const SCEV *Div = SE->getUDivExpr( in IsSafeActiveMask()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp958 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor)); in BinomialCoefficient()
1780 return getUDivExpr(getZeroExtendExpr(Div->getLHS(), Ty, Depth + 1), in getZeroExtendExprImpl()
2707 return getMulExpr(Y, getUDivExpr(X, Y)); in getAddExpr()
3415 const SCEV *UDiv = getUDivExpr(LHS, RHS); in getURemExpr()
3422 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr() function in ScalarEvolution
3474 Operands.push_back(getUDivExpr(Op, RHS)); in getUDivExpr()
3517 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr()
3536 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr()
3548 const SCEV *Op = getUDivExpr(A->getOperand(i), RHS); in getUDivExpr()
3602 return getUDivExpr(LHS, RHS); in getUDivExactExpr()
[all …]
H A DDependenceAnalysis.cpp1406 SplitIter = SE->getUDivExpr( in weakCrossingSIVtest()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h825 return !Changed ? Expr : SE.getUDivExpr(LHS, RHS); in visitUDivExpr()
H A DScalarEvolution.h612 const SCEV *getUDivExpr(const SCEV *LHS, const SCEV *RHS);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp172 FoldedExpr = SE->getUDivExpr(LHS, RHS); in foldIVUser()
1395 return SE->getUDivExpr(LHS, RHS); in getSCEVByOpCode()