Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp5377 TIntermBinary* binaryInit = nullptr; in inductiveLoopCheck() local
5380 binaryInit = init->getAsAggregate()->getSequence()[0]->getAsBinaryNode(); in inductiveLoopCheck()
5381 if (! binaryInit) in inductiveLoopCheck()
5390 …if (! binaryInit->getType().isScalar() || (binaryInit->getBasicType() != EbtInt && binaryInit->get… in inductiveLoopCheck()
5396 …if (binaryInit->getOp() != EOpAssign || ! binaryInit->getLeft()->getAsSymbolNode() || ! binaryInit in inductiveLoopCheck()
5402 long long loopIndex = binaryInit->getLeft()->getAsSymbolNode()->getId(); in inductiveLoopCheck()