Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_idiv_const.c66 build_idiv(nir_builder *b, nir_ssa_def *n, int64_t d) in build_idiv() function
118 return nir_isub(b, n, nir_imul(b, build_idiv(b, n, d), in build_irem()
188 q[comp] = build_idiv(b, n, d); in nir_opt_idiv_const_instr()

Completed in 2 milliseconds