Searched refs:visitSDIVREM (Results 1 – 1 of 1) sorted by relevance
174 SDValue visitSDIVREM(SDNode *N);1065 case ISD::SDIVREM: return visitSDIVREM(N); in visit()2186 SDValue DAGCombiner::visitSDIVREM(SDNode *N) { in visitSDIVREM() function in DAGCombiner