Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp706 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()
740 ID.getKind() == InductionDescriptor::IK_IntInduction) { in setupOuterLoopInductions()
1221 if (ID.getKind() == InductionDescriptor::IK_IntInduction || in getIntOrFpInductionDescriptor()
H A DVPlanTransforms.cpp595 Plan, InductionDescriptor::IK_IntInduction, Instruction::Add, nullptr, in legalizeAndOptimizeInductions()
H A DVPlanRecipes.cpp2433 if (Kind != InductionDescriptor::IK_IntInduction) in isCanonical()
H A DLoopVectorize.cpp2264 case InductionDescriptor::IK_IntInduction: { in emitTransformedIndex()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h311 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1244 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
1526 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp, in isInductionPHI()