Home
last modified time | relevance | path

Searched refs:lhsVariable (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DExpandIntegerPowExpressions.cpp117 TVariable *lhsVariable = in visitAggregate() local
122 TIntermTyped *current = CreateTempSymbolNode(lhsVariable); in visitAggregate()
125 TIntermBinary *mul = new TIntermBinary(EOpMul, current, CreateTempSymbolNode(lhsVariable)); in visitAggregate()