Searched refs:BCOpc (Results 1 – 1 of 1) sorted by relevance
49319 unsigned BCOpc = BC0.getOpcode(); in combineBitOpWithShift() local49321 if (BCOpc != BC1->getOpcode() || BCVT != BC1.getValueType()) in combineBitOpWithShift()49324 switch (BCOpc) { in combineBitOpWithShift()49334 SDValue Shift = DAG.getNode(BCOpc, DL, BCVT, BitOp, BC0.getOperand(1)); in combineBitOpWithShift()