Home
last modified time | relevance | path

Searched refs:is_neg_not_int_min (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_idiv_const.c132 nir_ssa_def *is_neg_not_int_min = nir_ult(b, int_min_def, n); in build_imod() local
134 return nir_bcsel(b, nir_ior(b, is_neg_not_int_min, is_zero), n, nir_iadd(b, int_min_def, n)); in build_imod()

Completed in 1 milliseconds