Searched refs:bool_const (Results 1 – 3 of 3) sorted by relevance
4 // CHECK-LABEL: @bool_const5 spv.func @bool_const() -> () "None" {
1645 Node* bool_const = test::graph::Constant(&g, bool_value); in TEST() local1646 Node* switch_node = test::graph::Switch(&g, bool_const, bool_const); in TEST()
1220 Output bool_const = ops::Const(s.WithOpName("bool_const"), true, {5}); in TEST_F() local1222 ops::LogicalAnd(s.WithOpName("bool_and"), bool_const, bool_const); in TEST_F()