Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp666 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
697 case IK_IntInduction: { in transform()
788 D = InductionDescriptor(StartValue, IK_IntInduction, Step); in isInductionPHI()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h265 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4023 case InductionDescriptor::IK_IntInduction: in widenPHIInstruction()
4549 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()