Searched refs:MaxShiftAmt (Results 1 – 5 of 5) sorted by relevance
3252 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; in parseOperand() local3257 if (ShiftAmt <= MaxShiftAmt && Imm <= 0xFFFF) { in parseOperand()
2125 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local2129 ++MaxShiftAmt; in getUDivExpr()2131 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()
3541 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; in parseOperand() local3546 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()
3142 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local3146 ++MaxShiftAmt; in getUDivExpr()3148 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()