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

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

Completed in 45 milliseconds