Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp4761 TIntermBinary* binaryInit = 0; in inductiveLoopCheck() local
4764 binaryInit = init->getAsAggregate()->getSequence()[0]->getAsBinaryNode(); in inductiveLoopCheck()
4765 if (! binaryInit) in inductiveLoopCheck()
4774 …if (! binaryInit->getType().isScalar() || (binaryInit->getBasicType() != EbtInt && binaryInit->get… in inductiveLoopCheck()
4780 …if (binaryInit->getOp() != EOpAssign || ! binaryInit->getLeft()->getAsSymbolNode() || ! binaryInit in inductiveLoopCheck()
4786 int loopIndex = binaryInit->getLeft()->getAsSymbolNode()->getId(); in inductiveLoopCheck()