Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp448 SDValue visitUDIV(SDNode *N);
1863 case ISD::UDIV: return visitUDIV(N); in visit()
4853 SDValue DAGCombiner::visitUDIV(SDNode *N) { in visitUDIV() function in DAGCombiner