Lines Matching defs:BinOpc
8525 auto IsBinOpImm = [](SDValue Op, unsigned BinOpc, unsigned Imm) {
8526 if (Op.getOpcode() != BinOpc)
28053 unsigned BinOpc = N1.getOpcode();
28054 if (!TLI.isBinOp(BinOpc) || (N2.getOpcode() != BinOpc) ||
28075 SDValue NewBinOp = DAG.getNode(BinOpc, DL, OpVTs, NewSel, N1.getOperand(1));
28090 DAG.getNode(BinOpc, DL, OpVTs, N1.getOperand(0), NewSel);