Searched refs:visitSwitchPre (Results 1 – 3 of 3) sorted by relevance
28 PreResult visitSwitchPre(TIntermSwitch &node) override in visitSwitchPre() function in __anonfd113fb70111::Rewriter
223 virtual PreResult visitSwitchPre(TIntermSwitch &node);
367 return visitSwitchPre(*originalNode.getAsSwitchNode()); in traversePre()889 PreResult TIntermRebuild::visitSwitchPre(TIntermSwitch &node) in visitSwitchPre() function in sh::TIntermRebuild