Lines Matching defs:ShiftC
1642 if (ConstantSDNode *ShiftC =
1646 if (ShiftC->getAPIntValue().ult(BitWidth)) {
1647 uint64_t ShiftAmt = ShiftC->getZExtValue();
1655 // xor (X << ShiftC), XorC --> (not X) << ShiftC
1656 // xor (X >> ShiftC), XorC --> (not X) >> ShiftC
9152 SDValue ShiftC = DAG.getShiftAmountConstant(Shift, VT, dl);
9154 DAG.getNode(ISD::SHL, dl, VT, V, ShiftC));
9219 SDValue ShiftC = DAG.getShiftAmountConstant(Shift, VT, dl);
9221 DAG.getNode(ISD::VP_SHL, dl, VT, V, ShiftC, Mask, VL),