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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp153 SDValue PromoteIntShiftOp(SDValue Op);
855 /// PromoteIntShiftOp - Promote the specified integer shift operation if the
858 SDValue DAGCombiner::PromoteIntShiftOp(SDValue Op) { function in class:DAGCombiner
1207 RV = PromoteIntShiftOp(SDValue(N, 0));

Completed in 189 milliseconds