Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16174 Instruction *OtherAnd, *IA, *IB; in shouldSinkOperands() local
16177 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()