Searched refs:constantNode (Results 1 – 1 of 1) sorted by relevance
1404 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoS… in fold() argument1409 if (constantNode) { // binary operations in fold()1410 TIntermConstantUnion *node = constantNode->getAsConstantUnion(); in fold()1415 if (constantNode->getType().getObjectSize() == 1 && objectSize > 1) { in fold()1420 } else if (constantNode->getType().getObjectSize() > 1 && objectSize == 1) { in fold()1422 unionArray = new ConstantUnion[constantNode->getType().getObjectSize()]; in fold()1423 for (size_t i = 0; i < constantNode->getType().getObjectSize(); ++i) in fold()1426 objectSize = constantNode->getType().getObjectSize(); in fold()