Searched defs:convert_op (Results 1 – 2 of 2) sorted by relevance
68 nir_op convert_op = get_bool_convert_opcode(bit_size); in make_sources_canonical() local377 nir_op convert_op = get_bool_convert_opcode(dst_bit_size); in lower_phi_instr() local
2825 convert_op(int type_err, PyObject **conv, PyObject *v, PyObject *context) in convert_op() function