Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/d3d/
DRewriteUnaryMinusOperatorInt.cpp94 TIntermConstantUnion *oneNode = in visitUnary() local
96 oneNode->setLine(opr->getLine()); in visitUnary()
99 TIntermBinary *add = new TIntermBinary(EOpAdd, bitwiseNot, oneNode); in visitUnary()
DExpandIntegerPowExpressions.cpp135 TIntermConstantUnion *oneNode = new TIntermConstantUnion(oneVal, node->getType()); in visitAggregate() local
136 TIntermBinary *div = new TIntermBinary(EOpDiv, oneNode, current); in visitAggregate()