Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp412 SDValue visitShiftByConstant(SDNode *N, ConstantSDNode *Amt);
6313 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, ConstantSDNode *Amt) { in visitShiftByConstant() function in DAGCombiner
6693 if (SDValue NewSHL = visitShiftByConstant(N, N1C)) in visitSHL()
6852 if (SDValue NewSRA = visitShiftByConstant(N, N1C)) in visitSRA()
7028 if (SDValue NewSRL = visitShiftByConstant(N, N1C)) in visitSRL()