Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DIntermediate.cpp216 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion(); in addBinaryMath() local
217 if (leftTempConstant && rightTempConstant) { in addBinaryMath()
218 typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink); in addBinaryMath()