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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp290 SDValue SimplifyBinOpWithSameOpcodeHands(SDNode *N);
2439 /// SimplifyBinOpWithSameOpcodeHands - If this is a binary operator with
2441 SDValue DAGCombiner::SimplifyBinOpWithSameOpcodeHands(SDNode *N) { function in class:DAGCombiner
2822 SDValue Tmp = SimplifyBinOpWithSameOpcodeHands(N);
3402 SDValue Tmp = SimplifyBinOpWithSameOpcodeHands(N);
3819 SDValue Tmp = SimplifyBinOpWithSameOpcodeHands(N);

Completed in 87 milliseconds