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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp376 SDValue visitADDLikeCommutative(SDValue N0, SDValue N1, SDNode *LocReference);
2298 if (SDValue Combined = visitADDLikeCommutative(N0, N1, N))
2301 if (SDValue Combined = visitADDLikeCommutative(N1, N0, N))
2433 SDValue DAGCombiner::visitADDLikeCommutative(SDValue N0, SDValue N1, function in class:DAGCombiner

Completed in 103 milliseconds