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