Searched refs:visitSDIV (Results 1 – 1 of 1) sorted by relevance
446 SDValue visitSDIV(SDNode *N);1862 case ISD::SDIV: return visitSDIV(N); in visit()4705 SDValue DAGCombiner::visitSDIV(SDNode *N) { in visitSDIV() function in DAGCombiner