Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp857 const SCEV* StepRec = IndVarBase->getStepRecurrence(SE); in parseLoopStructure() local
858 if (!isa<SCEVConstant>(StepRec)) { in parseLoopStructure()
862 ConstantInt *StepCI = cast<SCEVConstant>(StepRec)->getValue(); in parseLoopStructure()