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

Declarations

include/llvm/Analysis/ScalarEvolution.h
 1086   const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(

References

lib/Analysis/ScalarEvolution.cpp
 8725     AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates);
10594     IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates);
10736     IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates);
12465   auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds);