Searched refs:then_def (Results 1 – 1 of 1) sorted by relevance
205 nir_if_phi(nir_builder *build, nir_ssa_def *then_def, nir_ssa_def *else_def) in nir_if_phi() argument211 nir_phi_instr_add_src(phi, nir_if_last_then_block(nif), nir_src_for_ssa(then_def)); in nir_if_phi()214 assert(then_def->num_components == else_def->num_components); in nir_if_phi()215 assert(then_def->bit_size == else_def->bit_size); in nir_if_phi()217 then_def->num_components, then_def->bit_size, NULL); in nir_if_phi()