Searched refs:StepCI (Results 1 – 2 of 2) sorted by relevance
146 ConstantInt *StepCI = cast<SCEVConstant>(StepRecSCEV)->getValue(); in hasProcessableCondition() local149 if (StepCI->isNegative() || StepCI->isZero()) in hasProcessableCondition()
860 ConstantInt *StepCI = cast<SCEVConstant>(StepRec)->getValue(); in parseLoopStructure() local867 assert(!StepCI->isZero() && "Zero step?"); in parseLoopStructure()868 bool IsIncreasing = !StepCI->isNegative(); in parseLoopStructure()873 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure()885 if (StepCI->isOne()) { in parseLoopStructure()953 if (StepCI->isMinusOne()) { in parseLoopStructure()1045 Result.IndVarStep = StepCI; in parseLoopStructure()