Searched refs:OtherAnd (Results 1 – 1 of 1) sorted by relevance
16174 Instruction *OtherAnd, *IA, *IB; in shouldSinkOperands() local16177 if (match(I, m_c_Or(m_OneUse(m_Instruction(OtherAnd)), in shouldSinkOperands()16180 if (match(OtherAnd, in shouldSinkOperands()16182 Instruction *MainAnd = I->getOperand(0) == OtherAnd in shouldSinkOperands()16188 I->getParent() != OtherAnd->getParent()) in shouldSinkOperands()