Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1265 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp10437 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
12818 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
13171 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
14557 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
14807 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()