Searched refs:AddRecSCEV (Results 1 – 1 of 1) sorted by relevance
43 const SCEVAddRecExpr *AddRecSCEV = nullptr; member56 const SCEV *AddRecSCEV = SE.getSCEV(Cond.AddRecValue); in analyzeICmp() local58 const SCEVAddRecExpr *LHSAddRecSCEV = dyn_cast<SCEVAddRecExpr>(AddRecSCEV); in analyzeICmp()63 std::swap(AddRecSCEV, BoundSCEV); in analyzeICmp()67 Cond.AddRecSCEV = dyn_cast<SCEVAddRecExpr>(AddRecSCEV); in analyzeICmp()73 if (Cond.AddRecSCEV && isa<PHINode>(Cond.AddRecValue)) { in analyzeICmp()135 if (!Cond.AddRecSCEV) in hasProcessableCondition()138 if (!Cond.AddRecSCEV->isAffine()) in hasProcessableCondition()141 const SCEV *StepRecSCEV = Cond.AddRecSCEV->getStepRecurrence(SE); in hasProcessableCondition()277 SplitCandidateCond.AddRecSCEV->getStart(), in findSplitCandidate()