Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp1632 Operand *UnusedOperand = nullptr; in shortCircuit() local
1635 UnusedOperand = TopLevelBoolOp->getSrc(1); in shortCircuit()
1637 UnusedOperand = TopLevelBoolOp->getSrc(0); in shortCircuit()
1638 assert(UnusedOperand); in shortCircuit()
1640 Br->replaceSource(0, UnusedOperand); // Index 0 has the condition of the Br in shortCircuit()