Searched refs:unitBody (Results 1 – 1 of 1) sorted by relevance
509 TIntermAggregate* unitBody = unitGlobals[unitChild]->getAsAggregate(); in mergeBodies() local510 …if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->… in mergeBodies()