Lines Matching defs:ShCt
13427 unsigned ShCt = VT.getSizeInBits() - 1;
13429 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) {
13431 SDValue ShiftAmount = DAG.getConstant(ShCt, DL, VT);
27469 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1;
27470 if (!TLI.shouldAvoidTransformToShift(XType, ShCt)) {
27471 SDValue ShiftAmt = DAG.getShiftAmountConstant(ShCt, XType, DL);
27487 unsigned ShCt = XType.getSizeInBits() - 1;
27488 if (TLI.shouldAvoidTransformToShift(XType, ShCt))
27491 SDValue ShiftAmt = DAG.getShiftAmountConstant(ShCt, XType, DL);
27704 unsigned ShCt = AndMask.getBitWidth() - 1;
27711 SDValue ShrAmt = DAG.getShiftAmountConstant(ShCt, VT, SDLoc(Shl));
27754 unsigned ShCt = N2C->getAPIntValue().logBase2();
27755 if (TLI.shouldAvoidTransformToShift(VT, ShCt))
27761 DAG.getShiftAmountConstant(ShCt, N2.getValueType(), SDLoc(Temp)));