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