Home
last modified time | relevance | path

Searched defs:InductionInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp641 struct InductionInfo { struct in __anon63bf7e8f0111::LoopVectorizationLegality
642 InductionInfo(Value *Start, InductionKind K, ConstantInt *Step) in InductionInfo() function
654 InductionInfo() in InductionInfo() argument
661 int getConsecutiveDirection() const { in getConsecutiveDirection()
673 Value *transform(IRBuilder<> &B, Value *Index) const { in transform()
698 TrackingVH<Value> StartValue;
700 InductionKind IK;
702 ConstantInt *StepValue;