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

Declarations

include/llvm/Analysis/ScalarEvolution.h
 1890   findExistingSCEVInCache(int SCEVType, ArrayRef<const SCEV *> Ops);

References

lib/Analysis/ScalarEvolution.cpp
 3567   if (const SCEV *S = std::get<0>(findExistingSCEVInCache(Kind, Ops))) {
 3668   std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops);