Searched refs:oneNode (Results 1 – 2 of 2) sorted by relevance
94 TIntermConstantUnion *oneNode = in visitUnary() local96 oneNode->setLine(opr->getLine()); in visitUnary()99 TIntermBinary *add = new TIntermBinary(EOpAdd, bitwiseNot, oneNode); in visitUnary()
135 TIntermConstantUnion *oneNode = new TIntermConstantUnion(oneVal, node->getType()); in visitAggregate() local136 TIntermBinary *div = new TIntermBinary(EOpDiv, oneNode, current); in visitAggregate()