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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp187 SDValue PromoteIntShiftOp(SDValue Op);
955 /// PromoteIntShiftOp - Promote the specified integer shift operation if the
958 SDValue DAGCombiner::PromoteIntShiftOp(SDValue Op) { function in class:DAGCombiner
1309 RV = PromoteIntShiftOp(SDValue(N, 0));

Completed in 109 milliseconds