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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2780 auto cancelDiamond = [&](SDValue A,SDValue B) { local
2797 return cancelDiamond(Carry1.getOperand(0), Carry1.getOperand(1));
2808 return cancelDiamond(Carry0.getOperand(0), Carry1.getOperand(1));
2812 return cancelDiamond(Carry1.getOperand(0), Carry0.getOperand(0));

Completed in 111 milliseconds