Home
last modified time | relevance | path

Searched refs:convertSCEVToAddRecWithPredicates (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1639 convertSCEVToAddRecWithPredicates(const SCEV *S, const Loop *L,
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7056 AddRec = convertSCEVToAddRecWithPredicates(V, L, P); in howFarToZero()
8651 IV = convertSCEVToAddRecWithPredicates(LHS, L, P); in howManyLessThans()
8726 IV = convertSCEVToAddRecWithPredicates(LHS, L, P); in howManyGreaterThans()
10186 ScalarEvolution::convertSCEVToAddRecWithPredicates(const SCEV *S, const Loop *L, in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
10424 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, Preds); in getAsAddRec()