Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp49 if (II.getKind() == InductionDescriptor::IK_IntInduction || in VPInstructionsToVPRecipes()
H A DLoopVectorizationLegality.cpp518 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()
552 ID.getKind() == InductionDescriptor::IK_IntInduction) { in setupOuterLoopInductions()
H A DLoopVectorize.cpp3392 case InductionDescriptor::IK_IntInduction: { in emitTransformedIndex()
4818 case InductionDescriptor::IK_IntInduction: in widenPHIInstruction()
8641 if (II.getKind() == InductionDescriptor::IK_IntInduction || in tryToOptimizeInductionPHI()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h272 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp949 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
1227 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp, in isInductionPHI()