Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_idiv_const.c131 nir_ssa_def *int_min_def = nir_imm_intN_t(b, int_min, n->bit_size); in build_imod() local
132 nir_ssa_def *is_neg_not_int_min = nir_ult(b, int_min_def, n); in build_imod()
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