Searched refs:getAsSelectionNode (Results 1 – 2 of 2) sorted by relevance
282 virtual TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function626 TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
2706 else if(expression->getAsSelectionNode()) in cost()2708 TIntermSelection *selection = expression->getAsSelectionNode(); in cost()