Searched defs:neg_c (Results 1 – 2 of 2) sorted by relevance
83 nir_ssa_def *const neg_c = nir_fneg(bld, c); in replace_with_single_ffma() local116 nir_ssa_def *const neg_c = nir_fneg(bld, c); in replace_with_strict() local193 nir_ssa_def *const neg_c = nir_fneg(bld, c); in replace_with_expanded_ffma_and_add() local
76 Temp neg_c = fneg(bld.copy(bld.def(v1), inputs[2])); variable