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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp250 SDValue visitShiftByConstant(SDNode *N, unsigned Amt);
3444 /// visitShiftByConstant - Handle transforms common to the three shifts, when
3446 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, unsigned Amt) { function in class:DAGCombiner
3636 SDValue NewSHL = visitShiftByConstant(N, N1C->getZExtValue());
3781 SDValue NewSRA = visitShiftByConstant(N, N1C->getZExtValue());
3940 SDValue NewSRL = visitShiftByConstant(N, N1C->getZExtValue());

Completed in 202 milliseconds