D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr): argument 76 assert isinstance(const_expr, str) 91 self.const_expr = const_expr 154 is_conversion, algebraic_properties, const_expr): argument 158 const_expr) 160 def unop_convert(name, out_type, in_type, const_expr): argument 161 opcode(name, 0, out_type, [0], [in_type], False, "", const_expr) 163 def unop(name, ty, const_expr): argument 164 opcode(name, 0, ty, [0], [ty], False, "", const_expr) 167 const_expr): argument [all …]
|