Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp4437 TIntermBinary* binaryInit = 0; in inductiveLoopCheck() local
4440 binaryInit = init->getAsAggregate()->getSequence()[0]->getAsBinaryNode(); in inductiveLoopCheck()
4441 if (! binaryInit) in inductiveLoopCheck()
4450 …if (! binaryInit->getType().isScalar() || (binaryInit->getBasicType() != EbtInt && binaryInit->get… in inductiveLoopCheck()
4456 …if (binaryInit->getOp() != EOpAssign || ! binaryInit->getLeft()->getAsSymbolNode() || ! binaryInit in inductiveLoopCheck()
4462 int loopIndex = binaryInit->getLeft()->getAsSymbolNode()->getId(); in inductiveLoopCheck()