Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6330 static SDValue visitORCommutative( in visitORCommutative() function
6494 if (SDValue Combined = visitORCommutative(DAG, N0, N1, N)) in visitOR()
6496 if (SDValue Combined = visitORCommutative(DAG, N1, N0, N)) in visitOR()