Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp5209 TIntermBinary* binaryInit = nullptr; in inductiveLoopCheck() local
5212 binaryInit = init->getAsAggregate()->getSequence()[0]->getAsBinaryNode(); in inductiveLoopCheck()
5213 if (! binaryInit) in inductiveLoopCheck()
5222 …if (! binaryInit->getType().isScalar() || (binaryInit->getBasicType() != EbtInt && binaryInit->get… in inductiveLoopCheck()
5228 …if (binaryInit->getOp() != EOpAssign || ! binaryInit->getLeft()->getAsSymbolNode() || ! binaryInit in inductiveLoopCheck()
5234 long long loopIndex = binaryInit->getLeft()->getAsSymbolNode()->getId(); in inductiveLoopCheck()