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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp186 SDValue visitMULHU(SDNode *N);
1110 case ISD::MULHU: return visitMULHU(N);
2122 SDValue DAGCombiner::visitMULHU(SDNode *N) { function in class:DAGCombiner

Completed in 145 milliseconds