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

References

lib/Analysis/ScalarEvolution.cpp
  577   if (Depth > MaxValueCompareDepth || EqCacheValue.isEquivalent(LV, RV))
  582   bool LIsPointer = LV->getType()->isPointerTy(),
  588   unsigned LID = LV->getValueID(), RID = RV->getValueID();
  593   if (const auto *LA = dyn_cast<Argument>(LV)) {
  599   if (const auto *LGV = dyn_cast<GlobalValue>(LV)) {
  616   if (const auto *LInst = dyn_cast<Instruction>(LV)) {
  644   EqCacheValue.unionSets(LV, RV);