Searched refs:isLValueRequiredHere (Results 1 – 10 of 10) sorted by relevance
113 bool isLValueRequiredHere) const in match()121 if (isLValueRequiredHere && IsDynamicIndexingOfVectorOrMatrix(node)) in match()
67 bool match(TIntermBinary *node, TIntermNode *parentNode, bool isLValueRequiredHere) const;
329 bool isLValueRequiredHere() const in isLValueRequiredHere() function
336 ASSERT(!isLValueRequiredHere()); in traverseBinary()
126 mPatternToSplitMatcher.match(node, getParentNode(), isLValueRequiredHere()); in visitBinary()
394 bool write = isLValueRequiredHere(); in visitBinary()401 ASSERT(matcher.match(node, getParentNode(), isLValueRequiredHere()) == write); in visitBinary()
97 mConditionsToSimplify->match(node, getParentNode(), isLValueRequiredHere()); in visitBinary()
486 !isLValueRequiredHere()) in visitSymbol()
18 …a write (used as an l-value), use TLValueTrackingTraverser and its isLValueRequiredHere() function.
116 if (isLoopIndex(node) && isLValueRequiredHere()) in visitSymbol()