Searched refs:all_empty (Results 1 – 5 of 5) sorted by relevance
92 isl_set *all_empty; in SF() local116 all_empty = *empty; in SF()126 all_empty = isl_set_union_disjoint(all_empty, *empty); in SF()130 *empty = all_empty; in SF()
282 // CHECK: invalid number of operand groups for `test.all_empty`; expected 0, but got 2283 // CHECK: see the definition of `test.all_empty` here284 let foo = op<test.all_empty>(operand1: Value, operand2: Value);292 // CHECK: invalid number of result groups for `test.all_empty`; expected 0, but got 2293 // CHECK: see the definition of `test.all_empty` here294 let foo = op<test.all_empty> -> (result1: Type, result2: Type);
256 …// CHECK: unable to convert expression of type `Op<test.all_empty>` to the expected type of `Value…257 // CHECK: see the definition of `test.all_empty`, which was defined with zero results258 let value: Value = op<test.all_empty>;
5 // CHECK: Operation `test.all_empty` {
7 def OpAllEmpty : Op<Test_Dialect, "all_empty">;