Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1321 LLVM_ABI const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10526 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
13019 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
13410 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
14916 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
15243 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()