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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp152 SDValue PromoteIntBinOp(SDValue Op);
797 /// PromoteIntBinOp - Promote the specified integer binary operation if the
800 SDValue DAGCombiner::PromoteIntBinOp(SDValue Op) { function in class:DAGCombiner
1202 RV = PromoteIntBinOp(SDValue(N, 0));
2329 // Avoid infinite looping with PromoteIntBinOp.

Completed in 129 milliseconds