Searched refs:modifiesState (Results 1 – 10 of 10) sorted by relevance
86 if (node->modifiesState() && node->getLeft()->getAsSymbolNode() && in visitBinary()98 if (node->modifiesState() && node->getOperand()->getAsSymbolNode() && in visitUnary()
3156 bool TIntermOperator::modifiesState() const in modifiesState() function in glslang::TIntermOperator
453 if (!withinLoopBody() || !node->modifiesState()) in validateOperation()
464 bool modifiesState() const;
805 bool TIntermOperator::modifiesState() const in modifiesState() function in TIntermOperator1137 if(!right->isScalar() && (modifiesState() || op == EOpBitShiftLeft || op == EOpBitShiftRight)) in promote()
4034 loopUnrollable = !(node->modifiesState() && symbol && (symbol->getId() == loopIndexId)); in visitBinary()4048 loopUnrollable = !(node->modifiesState() && symbol && (symbol->getId() == loopIndexId)); in visitUnary()
1366 bool modifiesState() const;
1360 bool modifiesState() const;