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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp227 SDValue visitUDIVREM(SDNode *N);
1216 case ISD::UDIVREM: return visitUDIVREM(N);
2432 SDValue DAGCombiner::visitUDIVREM(SDNode *N) { function in class:DAGCombiner

Completed in 81 milliseconds