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

References

lib/Analysis/ValueTracking.cpp
 3698   if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L)
 3698   if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L)
 3699     PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(1));
 3700   if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L)
 3700   if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L)
 3708   if (auto *Load = dyn_cast<LoadInst>(PrevValue))