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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp251 SDValue visitShiftByConstant(SDNode *N, unsigned Amt);
3494 /// visitShiftByConstant - Handle transforms common to the three shifts, when
3496 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, unsigned Amt) { function in class:DAGCombiner
3686 SDValue NewSHL = visitShiftByConstant(N, N1C->getZExtValue());
3831 SDValue NewSRA = visitShiftByConstant(N, N1C->getZExtValue());
3990 SDValue NewSRL = visitShiftByConstant(N, N1C->getZExtValue());

Completed in 138 milliseconds