/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2012-05-18-LoopPredRecurse.ll | 4 ; getUDivExpr()->getZeroExtendExpr()->isLoopBackedgeGuardedBy()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 219 return SE.getUDivExpr(LN, RN); in TransformImpl()
|
D | ScalarEvolution.cpp | 1030 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor)); in BinomialCoefficient() 2674 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr() function in ScalarEvolution 2712 Operands.push_back(getUDivExpr(Op, RHS)); in getUDivExpr() 2740 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr() 2757 const SCEV *Op = getUDivExpr(A->getOperand(i), RHS); in getUDivExpr() 2816 return getUDivExpr(LHS, RHS); in getUDivExactExpr() 2858 return getUDivExpr(LHS, RHS); in getUDivExactExpr() 5029 return getUDivExpr(getSCEV(BO->LHS), getSCEV(BO->RHS)); in createSCEV() 6844 return getUDivExpr(LHS, RHS); in computeSCEVAtScope() 7202 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero() [all …]
|
D | DependenceAnalysis.cpp | 1242 SplitIter = SE->getUDivExpr( in weakCrossingSIVtest()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 189 return SE.getUDivExpr(LN, RN); in TransformImpl()
|
D | ScalarEvolution.cpp | 755 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor)); in BinomialCoefficient() 2107 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr() function in ScalarEvolution 2145 Operands.push_back(getUDivExpr(AR->getOperand(i), RHS)); in getUDivExpr() 2174 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr() 2191 const SCEV *Op = getUDivExpr(A->getOperand(i), RHS); in getUDivExpr() 3623 return getUDivExpr(getSCEV(U->getOperand(0)), in createSCEV() 3760 return getUDivExpr(getSCEV(U->getOperand(0)), getSCEV(X)); in createSCEV() 5045 return getUDivExpr(LHS, RHS); in computeSCEVAtScope() 5355 return getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in HowFarToZero() 6075 return getUDivExpr(Add, Step); in getBECount()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 486 SE->getUDivExpr(SE->getNegativeSCEV(SCEVExpr), SizeOfExpr); in getIncrmentFactorSCEV() 489 return dyn_cast<SCEVConstant>(SE->getUDivExpr(SCEVExpr, SizeOfExpr)); in getIncrmentFactorSCEV() 1464 NewInc = SE->getUDivExpr(NewInc, ScaleSCEV); in updateNonLoopCtrlIncr() 1467 NewInc = SE->getUDivExpr(COp, ScaleSCEV); in updateNonLoopCtrlIncr()
|
D | AlignmentFromAssumptions.cpp | 97 const SCEV *DiffAlignDiv = SE->getUDivExpr(DiffSCEV, AlignSCEV); in getNewAlignmentDiff()
|
D | IndVarSimplify.cpp | 1070 WideUse = SE->getUDivExpr(WideLHS, WideRHS); in cloneArithmeticIVUser()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 128 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D)); in foldIVUser()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 125 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D)); in foldIVUser()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 599 const SCEV *getUDivExpr(const SCEV *LHS, const SCEV *RHS);
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 582 return SE.getUDivExpr(((SC*)this)->visit(Expr->getLHS()), in visitUDivExpr()
|
D | ScalarEvolution.h | 1224 const SCEV *getUDivExpr(const SCEV *LHS, const SCEV *RHS);
|