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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 1728     VectorLoopValueMap.setVectorValue(EntryVal, Part, LastInduction);
 1731       addMetadata(LastInduction, EntryVal);
 1732     recordVectorLoopValueForInductionCast(II, EntryVal, LastInduction, Part);
 1734     LastInduction = cast<Instruction>(addFastMathFlag(
 1735         Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")));
 1736     LastInduction->setDebugLoc(EntryVal->getDebugLoc());
 1744   LastInduction->moveBefore(ICmp);
 1745   LastInduction->setName("vec.ind.next");
 1748   VecInd->addIncoming(LastInduction, LoopVectorLatch);