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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp187 SDValue visitMULHS(SDNode *N);
1111 case ISD::MULHS: return visitMULHS(N);
2084 SDValue DAGCombiner::visitMULHS(SDNode *N) { function in class:DAGCombiner

Completed in 188 milliseconds