Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp248 SDValue visitUMULO(SDNode *N);
1377 case ISD::UMULO: return visitUMULO(N); in visit()
2674 SDValue DAGCombiner::visitUMULO(SDNode *N) { in visitUMULO() function in DAGCombiner