Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp247 SDValue visitSMULO(SDNode *N);
1376 case ISD::SMULO: return visitSMULO(N); in visit()
2664 SDValue DAGCombiner::visitSMULO(SDNode *N) { in visitSMULO() function in DAGCombiner