Home
last modified time | relevance | path

Searched refs:visitMULO (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp457 SDValue visitMULO(SDNode *N);
1877 case ISD::UMULO: return visitMULO(N); in visit()
5452 SDValue DAGCombiner::visitMULO(SDNode *N) { in visitMULO() function in DAGCombiner