Searched defs:switch_op (Results 1 – 4 of 4) sorted by relevance
33 const auto* switch_op = switch_it->get(); in Run() local
248 def _process_switch(self, switch_op, ops_which_must_run, argument
127 auto switch_op = ops::Switch(root.WithOpName("switch"), arg_1_op, arg_0_op); in TEST() local
438 void Print(SwitchOp switch_op, OpAsmPrinter &p) { in Print()