Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1175 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp9173 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
11300 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
11448 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
13004 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
13248 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()