Searched refs:StepRecSCEV (Results 1 – 1 of 1) sorted by relevance
141 const SCEV *StepRecSCEV = Cond.AddRecSCEV->getStepRecurrence(SE); in hasProcessableCondition() local143 if (!isa<SCEVConstant>(StepRecSCEV)) in hasProcessableCondition()146 ConstantInt *StepCI = cast<SCEVConstant>(StepRecSCEV)->getValue(); in hasProcessableCondition()