Searched refs:UnusedOperand (Results 1 – 1 of 1) sorted by relevance
1583 Operand *UnusedOperand = nullptr; in shortCircuit() local1586 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()