Searched refs:modifiesState (Results 1 – 3 of 3) sorted by relevance
453 if (!withinLoopBody() || !node->modifiesState()) in validateOperation()
462 bool modifiesState() const;
665 bool TIntermOperator::modifiesState() const in modifiesState() function in TIntermOperator997 if(!right->isScalar() && (modifiesState() || op == EOpBitShiftLeft || op == EOpBitShiftRight)) in promote()