Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c126 nir_ssa_def *const second_product = nir_fmul(bld, b, c); in replace_with_strict() local
127 nir_instr_as_alu(second_product->parent_instr)->exact = alu->exact; in replace_with_strict()
129 nir_ssa_def *const sum = nir_fadd(bld, first_product, second_product); in replace_with_strict()