Searched refs:MaxShiftAmt (Results 1 – 3 of 3) sorted by relevance
598 unsigned MaxShiftAmt = SrcWidth - DestWidth; in narrowBinOp() local602 APInt(SrcWidth, MaxShiftAmt)))) { in narrowBinOp()787 unsigned MaxShiftAmt = SrcWidth - std::max(DestWidth, AWidth); in visitTrunc() local794 APInt(SrcWidth, MaxShiftAmt)))) { in visitTrunc()
3454 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local3458 ++MaxShiftAmt; in getUDivExpr()3460 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()6483 auto MaxShiftAmt = KnownStep.getMaxValue(); in getRangeForUnknownRecurrence() local6486 auto TotalShift = MaxShiftAmt.umul_ov(TCAP, Overflow); in getRangeForUnknownRecurrence()
4968 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; in parseOperand() local4973 if (ShiftAmt <= MaxShiftAmt && Imm <= 0xFFFF) { in parseOperand()