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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp407 SDValue visitORLike(SDValue N0, SDValue N1, SDNode *N);
5724 SDValue DAGCombiner::visitORLike(SDValue N0, SDValue N1, SDNode *N) { function in class:DAGCombiner
5907 if (SDValue Combined = visitORLike(N0, N1, N))
8623 if (SDValue Combined = visitORLike(N0, N2_0, N))

Completed in 107 milliseconds