Searched refs:MaxShiftAmt (Results 1 – 7 of 7) sorted by relevance
820 unsigned MaxShiftAmt = SrcWidth - std::max(DestWidth, AWidth); in visitTrunc() local827 APInt(SrcWidth, MaxShiftAmt)))) { in visitTrunc()852 unsigned MaxShiftAmt = SrcWidth - DestWidth; in visitTrunc() local857 APInt(SrcWidth, MaxShiftAmt)))) { in visitTrunc()
3252 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; in parseOperand() local3257 if (ShiftAmt <= MaxShiftAmt && Imm <= 0xFFFF) { in parseOperand()
3748 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; in parseOperand() local3753 if (ShiftAmt <= MaxShiftAmt && Imm <= 0xFFFF) { in parseOperand()
3693 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; in parseOperand() local3698 if (ShiftAmt <= MaxShiftAmt && Imm <= 0xFFFF) { in parseOperand()
2692 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local2696 ++MaxShiftAmt; in getUDivExpr()2698 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()
3212 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local3216 ++MaxShiftAmt; in getUDivExpr()3218 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()
3114 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local3118 ++MaxShiftAmt; in getUDivExpr()3120 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()