Searched defs:ctrl_type (Results 1 – 3 of 3) sorted by relevance
47 let ctrl_type = if opcode.constraints().requires_typevar_operand() { in insert_opcode() localVariable283 let ctrl_type = *rets.first().or(args.first()).unwrap(); in insert_load_store() localVariable337 let ctrl_type = *rets.first().unwrap(); in insert_atomic_rmw() localVariable367 let ctrl_type = *rets.first().unwrap(); in insert_atomic_cas() localVariable397 let ctrl_type = *rets.first().unwrap(); in insert_shuffle() localVariable
1269 let ctrl_type = if let Some(value_typeset) = constraints.ctrl_typeset() { in typecheck() localVariable1271 let ctrl_type = self.func.dfg.ctrl_typevar(inst); in typecheck() localVariable
2295 let ctrl_type = match explicit_ctrl_type { in infer_typevar() localVariable