Searched refs:visitShiftByConstant (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp500 SDValue visitShiftByConstant(SDNode *N);
7302 SDValue DAGCombiner::visitShiftByConstant(SDNode *N) { function in class:DAGCombiner
7698 if (SDValue NewSHL = visitShiftByConstant(N))
7890 if (SDValue NewSRA = visitShiftByConstant(N))
8085 if (SDValue NewSRL = visitShiftByConstant(N))

Completed in 206 milliseconds