Searched refs:AddRecSCEV (Results 1 – 1 of 1) sorted by relevance
45 const SCEV *AddRecSCEV; member51 AddRecValue(nullptr), BoundValue(nullptr), AddRecSCEV(nullptr), in ConditionInfo()61 Cond.AddRecSCEV = SE.getSCEV(Cond.AddRecValue); in analyzeICmp()65 !isa<SCEVAddRecExpr>(Cond.AddRecSCEV)) { in analyzeICmp()67 std::swap(Cond.AddRecSCEV, Cond.BoundSCEV); in analyzeICmp()127 const SCEVAddRecExpr *AddRecSCEV = dyn_cast<SCEVAddRecExpr>(Cond.AddRecSCEV); in hasProcessableCondition() local129 if (!AddRecSCEV) in hasProcessableCondition()132 if (!AddRecSCEV->isAffine()) in hasProcessableCondition()135 const SCEV *StepRecSCEV = AddRecSCEV->getStepRecurrence(SE); in hasProcessableCondition()