reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 2541   Value *Next = Builder.CreateAdd(Induction, Step, "index.next");
 2542   Induction->addIncoming(Start, L->getLoopPreheader());
 2543   Induction->addIncoming(Next, Latch);
 2551   return Induction;