Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1068 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp8645 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10503 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10645 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12127 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12371 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()