Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7740 static SDValue visitORCommutative(SelectionDAG &DAG, SDValue N0, SDValue N1, in visitORCommutative() function
7981 if (SDValue Combined = visitORCommutative(DAG, N0, N1, N)) in visitOR()
7983 if (SDValue Combined = visitORCommutative(DAG, N1, N0, N)) in visitOR()