Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp573 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()
607 ID.getKind() == InductionDescriptor::IK_IntInduction) { in setupOuterLoopInductions()
1074 if (ID.getKind() == InductionDescriptor::IK_IntInduction || in getIntOrFpInductionDescriptor()
H A DVPlanRecipes.cpp1068 return ID.getKind() == InductionDescriptor::IK_IntInduction && Step && in isCanonical()
H A DLoopVectorize.cpp2506 case InductionDescriptor::IK_IntInduction: { in emitTransformedIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h311 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp1278 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
1561 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp, in isInductionPHI()