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