Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp446 SDValue visitSDIV(SDNode *N);
1862 case ISD::SDIV: return visitSDIV(N); in visit()
4705 SDValue DAGCombiner::visitSDIV(SDNode *N) { in visitSDIV() function in DAGCombiner