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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp168 SDValue visitMULHU(SDNode *N);
1059 case ISD::MULHU: return visitMULHU(N);
2014 SDValue DAGCombiner::visitMULHU(SDNode *N) { function in class:DAGCombiner

Completed in 51 milliseconds