Searched defs:SimplifyBinOpWithSameOpcodeHands (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp229 SDValue SimplifyBinOpWithSameOpcodeHands(SDNode *N);
2200 /// SimplifyBinOpWithSameOpcodeHands - If this is a binary operator with
2202 SDValue DAGCombiner::SimplifyBinOpWithSameOpcodeHands(SDNode *N) { function in class:DAGCombiner
2361 SDValue Tmp = SimplifyBinOpWithSameOpcodeHands(N);
2830 SDValue Tmp = SimplifyBinOpWithSameOpcodeHands(N);
3157 SDValue Tmp = SimplifyBinOpWithSameOpcodeHands(N);

Completed in 84 milliseconds