Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp301 SDValue visitSDIVLike(SDValue N0, SDValue N1, SDNode *N);
3131 if (SDValue V = visitSDIVLike(N0, N1, N)) in visitSDIV()
3145 SDValue DAGCombiner::visitSDIVLike(SDValue N0, SDValue N1, SDNode *N) { in visitSDIVLike() function in DAGCombiner
3382 isSigned ? visitSDIVLike(N0, N1, N) : visitUDIVLike(N0, N1, N); in visitREM()