Searched refs:StepCI (Results 1 – 2 of 2) sorted by relevance
140 ConstantInt *StepCI = cast<SCEVConstant>(StepRecSCEV)->getValue(); in hasProcessableCondition() local143 if (StepCI->isNegative() || StepCI->isZero()) in hasProcessableCondition()
859 ConstantInt *StepCI = cast<SCEVConstant>(StepRec)->getValue(); in parseLoopStructure() local866 assert(!StepCI->isZero() && "Zero step?"); in parseLoopStructure()867 bool IsIncreasing = !StepCI->isNegative(); in parseLoopStructure()872 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure()884 if (StepCI->isOne()) { in parseLoopStructure()952 if (StepCI->isMinusOne()) { in parseLoopStructure()1044 Result.IndVarStep = StepCI; in parseLoopStructure()