Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6360 static SDValue visitORCommutative( in visitORCommutative() function
6524 if (SDValue Combined = visitORCommutative(DAG, N0, N1, N)) in visitOR()
6526 if (SDValue Combined = visitORCommutative(DAG, N1, N0, N)) in visitOR()