nir: Don't reassociate add/mul chains containing only constants
[mesa.git] / src / compiler / nir / nir_search.h
index cd55bbd0173848e090962607d9a8019032578835..1c78d0a3201a0986b5533e4db632935e3719dc58 100644 (file)
@@ -117,6 +117,10 @@ enum nir_search_op {
    nir_search_op_f2i,
    nir_search_op_u2u,
    nir_search_op_i2i,
+   nir_search_op_b2f,
+   nir_search_op_b2i,
+   nir_search_op_i2b,
+   nir_search_op_f2b,
 };
 
 typedef struct {