Searched refs:visitUDIVLike (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 449 SDValue visitUDIVLike(SDValue N0, SDValue N1, SDNode *N); 4883 if (SDValue V = visitUDIVLike(N0, N1, N)) { in visitUDIV() 4908 SDValue DAGCombiner::visitUDIVLike(SDValue N0, SDValue N1, SDNode *N) { in visitUDIVLike() function in DAGCombiner 5034 isSigned ? visitSDIVLike(N0, N1, N) : visitUDIVLike(N0, N1, N); in visitREM()
|