Searched defs:visitSDIVREM (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp226 SDValue visitSDIVREM(SDNode *N);
1215 case ISD::SDIVREM: return visitSDIVREM(N);
2425 SDValue DAGCombiner::visitSDIVREM(SDNode *N) { function in class:DAGCombiner

Completed in 142 milliseconds