Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp588 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
649 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionInfo()
675 case IK_IntInduction: in transform()
2353 case LoopVectorizationLegality::IK_IntInduction: { in createEmptyLoop()
3097 case LoopVectorizationLegality::IK_IntInduction: { in widenPHIInstruction()
3692 if (IK == IK_IntInduction && StepValue->isOne()) { in canVectorizeInstrs()
4372 return IK_IntInduction; in isInductionVariable()