Home
last modified time | relevance | path

Searched refs:visitSDIVREM (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp174 SDValue visitSDIVREM(SDNode *N);
1065 case ISD::SDIVREM: return visitSDIVREM(N); in visit()
2186 SDValue DAGCombiner::visitSDIVREM(SDNode *N) { in visitSDIVREM() function in DAGCombiner