Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1176 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp10142 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
12470 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
12827 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
14156 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
14406 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()