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

References

lib/Analysis/ScalarEvolution.cpp
 7712   if (isa<BinaryOperator>(I) || isa<CmpInst>(I) ||
 7712   if (isa<BinaryOperator>(I) || isa<CmpInst>(I) ||
 7713       isa<SelectInst>(I) || isa<CastInst>(I) || isa<GetElementPtrInst>(I) ||
 7713       isa<SelectInst>(I) || isa<CastInst>(I) || isa<GetElementPtrInst>(I) ||
 7713       isa<SelectInst>(I) || isa<CastInst>(I) || isa<GetElementPtrInst>(I) ||
 7714       isa<LoadInst>(I) || isa<ExtractValueInst>(I))
 7714       isa<LoadInst>(I) || isa<ExtractValueInst>(I))
 7717   if (const CallInst *CI = dyn_cast<CallInst>(I))