Home
last modified time | relevance | path

Searched defs:AddRec (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp828 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Src); in checkSrcSubscript() local
846 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Dst); in checkDstSubscript() local
2250 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest() local
2271 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest() local
2343 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest() local
2852 while (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Subscript)) { in collectCoeffInfo() local
2926 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in findCoefficient() local
2942 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in zeroCoefficient() local
2962 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in addToCoefficient() local
DScalarEvolution.cpp1137 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Op)) { in getTruncateExpr() local
2219 const SCEVAddRecExpr *AddRec = cast<SCEVAddRecExpr>(Ops[Idx]); in getAddExpr() local
2431 AddRec = dyn_cast<SCEVAddRecExpr>(Ops[1])) { in getMulExpr() local
2481 const SCEVAddRecExpr *AddRec = cast<SCEVAddRecExpr>(Ops[Idx]); in getMulExpr() local
3639 } else if (const SCEVAddRecExpr *AddRec = in createNodeForPHI() local
3933 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(S)) { in getRange() local
5119 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(LHS)) in ComputeExitLimitFromICmp() local
5195 EvaluateConstantChrecAtConstant(const SCEVAddRecExpr *AddRec, ConstantInt *C, in EvaluateConstantChrecAtConstant()
5856 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(V)) { in computeSCEVAtScope() local
5983 SolveQuadraticEquation(const SCEVAddRecExpr *AddRec, ScalarEvolution &SE) { in SolveQuadraticEquation()
[all …]
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp910 const SCEVAddRecExpr *AddRec = in GetExtendedOperandRecurrence() local
938 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(WideExpr); in GetWideRecurrence() local
1123 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(OrigPhi)); in CreateWideIV() local
DLoopInterchange.cpp310 const SCEVAddRecExpr *AddRec = in getInductionVariable() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4970 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Ptr)); in isLikelyComplexAddressComputation() local