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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6962 auto matchAndXor = [&X, &Y, &M](SDValue And, unsigned XorIdx, SDValue Other) { local
6985 if (!matchAndXor(N0, 0, N1) && !matchAndXor(N0, 1, N1) &&
6986 !matchAndXor(N1, 0, N0) && !matchAndXor(N1, 1, N0))

Completed in 154 milliseconds