Searched refs:getUDivExpr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 301 const SCEV *Ceil = SE->getUDivExpr(ECPlusVWMinus1, VW); in IsSafeActiveMask() 327 const SCEV *Div = SE->getUDivExpr( in IsSafeActiveMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 964 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor)); in BinomialCoefficient() 1784 return getUDivExpr(getZeroExtendExpr(Div->getLHS(), Ty, Depth + 1), in getZeroExtendExprImpl() 2695 return getMulExpr(Y, getUDivExpr(X, Y)); in getAddExpr() 3382 const SCEV *UDiv = getUDivExpr(LHS, RHS); in getURemExpr() 3389 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr() function in ScalarEvolution 3440 Operands.push_back(getUDivExpr(Op, RHS)); in getUDivExpr() 3483 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr() 3502 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr() 3514 const SCEV *Op = getUDivExpr(A->getOperand(i), RHS); in getUDivExpr() 3584 return getUDivExpr(LHS, RHS); in getUDivExactExpr() [all …]
|
| H A D | DependenceAnalysis.cpp | 1425 SplitIter = SE->getUDivExpr( in weakCrossingSIVtest()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 829 return !Changed ? Expr : SE.getUDivExpr(LHS, RHS); in visitUDivExpr()
|
| H A D | ScalarEvolution.h | 613 LLVM_ABI const SCEV *getUDivExpr(const SCEV *LHS, const SCEV *RHS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 172 FoldedExpr = SE->getUDivExpr(LHS, RHS); in foldIVUser() 1395 return SE->getUDivExpr(LHS, RHS); in getSCEVByOpCode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20170 {"_ZN4llvm15ScalarEvolution11getUDivExprEPKNS_4SCEVES3_", "llvm::ScalarEvolution::getUDivExpr(llvm:…
|