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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp221 SDValue visitMULHS(SDNode *N);
1210 case ISD::MULHS: return visitMULHS(N);
2215 SDValue DAGCombiner::visitMULHS(SDNode *N) { function in class:DAGCombiner

Completed in 274 milliseconds