Home
last modified time | relevance | path

Searched refs:induction_rhs (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c589 nir_src src = term->induction_rhs ? alu->src[1].src : alu->src[0].src; in is_access_out_of_bounds()
Dnir_loop_analyze.c1015 terminator->induction_rhs = !limit_rhs; in find_trip_count()
Dnir.h2882 bool induction_rhs; member