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