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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp399 SDValue visitMULHS(SDNode *N);
1534 case ISD::MULHS: return visitMULHS(N);
4069 SDValue DAGCombiner::visitMULHS(SDNode *N) { function in class:DAGCombiner

Completed in 265 milliseconds