reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2541 Value *Next = Builder.CreateAdd(Induction, Step, "index.next"); 2542 Induction->addIncoming(Start, L->getLoopPreheader()); 2543 Induction->addIncoming(Next, Latch); 2551 return Induction;