Home
last modified time | relevance | path

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

/external/llvm/test/Analysis/ScalarEvolution/
D2012-05-18-LoopPredRecurse.ll4 ; getUDivExpr()->getZeroExtendExpr()->isLoopBackedgeGuardedBy()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
D2012-05-18-LoopPredRecurse.ll5 ; getUDivExpr()->getZeroExtendExpr()->isLoopBackedgeGuardedBy()
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp219 return SE.getUDivExpr(LN, RN); in TransformImpl()
DScalarEvolution.cpp1030 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 …]
DDependenceAnalysis.cpp1242 SplitIter = SE->getUDivExpr( in weakCrossingSIVtest()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionNormalization.cpp189 return SE.getUDivExpr(LN, RN); in TransformImpl()
DScalarEvolution.cpp755 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/
DLoopRerollPass.cpp486 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()
DAlignmentFromAssumptions.cpp97 const SCEV *DiffAlignDiv = SE->getUDivExpr(DiffSCEV, AlignSCEV); in getNewAlignmentDiff()
DIndVarSimplify.cpp1070 WideUse = SE->getUDivExpr(WideLHS, WideRHS); in cloneArithmeticIVUser()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp97 const SCEV *DiffAlignDiv = SE->getUDivExpr(DiffSCEV, AlignSCEV); in getNewAlignmentDiff()
DIndVarSimplify.cpp1168 WideUse = SE->getUDivExpr(WideLHS, WideRHS); in cloneArithmeticIVUser()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp128 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D)); in foldIVUser()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h599 const SCEV *getUDivExpr(const SCEV *LHS, const SCEV *RHS);
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp125 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D)); in foldIVUser()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp1188 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor)); in BinomialCoefficient()
1821 return getUDivExpr(getZeroExtendExpr(Div->getLHS(), Ty, Depth + 1), in getZeroExtendExpr()
3117 const SCEV *UDiv = getUDivExpr(LHS, RHS); in getURemExpr()
3124 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr() function in ScalarEvolution
3162 Operands.push_back(getUDivExpr(Op, RHS)); in getUDivExpr()
3190 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr()
3210 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr()
3222 const SCEV *Op = getUDivExpr(A->getOperand(i), RHS); in getUDivExpr()
3282 return getUDivExpr(LHS, RHS); in getUDivExactExpr()
3324 return getUDivExpr(LHS, RHS); in getUDivExactExpr()
[all …]
DDependenceAnalysis.cpp1308 SplitIter = SE->getUDivExpr( in weakCrossingSIVtest()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h649 return !Changed ? Expr : SE.getUDivExpr(LHS, RHS); in visitUDivExpr()
DScalarEvolution.h558 const SCEV *getUDivExpr(const SCEV *LHS, const SCEV *RHS);
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h582 return SE.getUDivExpr(((SC*)this)->visit(Expr->getLHS()), in visitUDivExpr()
DScalarEvolution.h1224 const SCEV *getUDivExpr(const SCEV *LHS, const SCEV *RHS);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp142 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D)); in foldIVUser()