Lines Matching defs:ShCt
13718 unsigned ShCt = VT.getSizeInBits() - 1;
13720 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) {
13722 SDValue ShiftAmount = DAG.getConstant(ShCt, DL, VT);
28009 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1;
28010 if (!TLI.shouldAvoidTransformToShift(XType, ShCt)) {
28011 SDValue ShiftAmt = DAG.getShiftAmountConstant(ShCt, XType, DL);
28027 unsigned ShCt = XType.getSizeInBits() - 1;
28028 if (TLI.shouldAvoidTransformToShift(XType, ShCt))
28031 SDValue ShiftAmt = DAG.getShiftAmountConstant(ShCt, XType, DL);
28244 unsigned ShCt = AndMask.getBitWidth() - 1;
28251 SDValue ShrAmt = DAG.getShiftAmountConstant(ShCt, VT, SDLoc(Shl));
28294 unsigned ShCt = N2C->getAPIntValue().logBase2();
28295 if (TLI.shouldAvoidTransformToShift(VT, ShCt))
28301 DAG.getShiftAmountConstant(ShCt, N2.getValueType(), SDLoc(Temp)));