Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp622 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
636 case IK_IntInduction: in transform()
687 D = InductionDescriptor(StartValue, IK_IntInduction, CV); in isInductionPHI()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h254 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3667 case InductionDescriptor::IK_IntInduction: { in widenPHIInstruction()
4271 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in canVectorizeInstrs()