Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp81 if (const auto *ConstStep = dyn_cast<SCEVConstant>(Step)) { in getVFFromIndVar() local
82 APInt V = ConstStep->getAPInt().abs(); in getVFFromIndVar()
H A DVPlanTransforms.cpp2736 [[maybe_unused]] auto *ConstStep = in convertToConcreteRecipes() local
2740 assert(!ConstStep || ConstStep->getValue() != 1); in convertToConcreteRecipes()
2741 (void)ConstStep; in convertToConcreteRecipes()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1627 const SCEVConstant *ConstStep = dyn_cast<SCEVConstant>(Step); in isInductionPHI() local
1628 if (!ConstStep && !SE->isLoopInvariant(Step, TheLoop)) in isInductionPHI()