Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
DInitOutputVariables_test.cpp51 const TIntermBinary *candidateBinary = candidate->getAsBinaryNode(); in AreLValuesTheSame() local
52 if (candidateBinary == nullptr || candidateBinary->getOp() != EOpIndexDirect) in AreLValuesTheSame()
57 candidateBinary->getRight()->getAsConstantUnion()->getIConst(0)) in AreLValuesTheSame()
62 candidateBinary->getLeft()->getAsSymbolNode()); in AreLValuesTheSame()