Searched refs:convertSCEVToAddRecWithPredicates (Results 1 – 2 of 2) sorted by relevance
1086 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
8787 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()10656 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()10798 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()12291 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution12535 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()