Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp1583 Operand *UnusedOperand = nullptr; in shortCircuit() local
1586 UnusedOperand = TopLevelBoolOp->getSrc(1); in shortCircuit()
1588 UnusedOperand = TopLevelBoolOp->getSrc(0); in shortCircuit()
1589 assert(UnusedOperand); in shortCircuit()
1591 Br->replaceSource(0, UnusedOperand); // Index 0 has the condition of the Br in shortCircuit()