Home
last modified time | relevance | path

Searched refs:StepCI (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp859 ConstantInt *StepCI = cast<SCEVConstant>(StepRec)->getValue(); in parseLoopStructure() local
866 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()