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

Declarations

include/llvm/Analysis/ScalarEvolution.h
 1329     const SCEV *getExact(const Loop *L, ScalarEvolution *SE,

References

lib/Analysis/ScalarEvolution.cpp
 6617   return getPredicatedBackedgeTakenInfo(L).getExact(L, this, &Preds);
 6624     return getBackedgeTakenInfo(L).getExact(L, this);
 6683   const SCEV *BEExact = Result.getExact(L, this);