HomeSort by relevance Sort by last modified time
    Searched refs:IK_IntInduction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 622 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) &&
636 case IK_IntInduction:
687 D = InductionDescriptor(StartValue, IK_IntInduction, CV);
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 254 IK_IntInduction, ///< Integer induction variable. Step = C.
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 970 milliseconds