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