Searched defs:ctrl_typevar (Results 1 – 5 of 5) sorted by relevance
29 pub ctrl_typevar: TypeVar, field
1055 let ctrl_typevar = self.ctrl_typevar(inst); in clone_inst() localVariable1202 pub fn ctrl_typevar(&self, inst: Inst) -> Type { in ctrl_typevar() method
471 let ctrl_typevar = callee.dfg.ctrl_typevar(callee_inst); in inline_one() localVariable
1895 let ctrl_typevar = self.func.dfg.ctrl_typevar(inst); in iconst_bounds() localVariable
2201 let ctrl_typevar = self.infer_typevar(ctx, opcode, explicit_ctrl_type, &inst_data)?; in parse_instruction() localVariable