Searched refs:convertSCEVToAddRecWithPredicates (Results 1 – 2 of 2) sorted by relevance
1277 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
10393 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()12787 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()13143 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()14563 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution14812 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()