Searched refs:switch_1 (Results 1 – 2 of 2) sorted by relevance
73 auto switch_1 = ops::Switch(scope.WithOpName("cond/Switch"), less, less); in TEST() local76 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_true); in TEST()84 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_false); in TEST()
324 %switch_1 = icmp eq i8 %phi, 1325 br i1 %switch_1, label %trap, label %main-loop