Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp447 SDValue visitSDIVLike(SDValue N0, SDValue N1, SDNode *N);
4743 if (SDValue V = visitSDIVLike(N0, N1, N)) { in visitSDIV()
4784 SDValue DAGCombiner::visitSDIVLike(SDValue N0, SDValue N1, SDNode *N) { in visitSDIVLike() function in DAGCombiner
5034 isSigned ? visitSDIVLike(N0, N1, N) : visitUDIVLike(N0, N1, N); in visitREM()