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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15135 Instruction *OtherAnd, *IA, *IB; local
15138 if (match(I, m_c_Or(m_OneUse(m_Instruction(OtherAnd)),
15141 if (match(OtherAnd,
15143 Instruction *MainAnd = I->getOperand(0) == OtherAnd
15149 I->getParent() != OtherAnd->getParent())
[all...]

Completed in 280 milliseconds