Searched refs:valueWidth (Results 1 – 1 of 1) sorted by relevance
1128 unsigned valueWidth = valueToShift.getBitWidth(); in getShiftAmount() local1129 if (orgShiftAmount < (uint64_t)valueWidth) in getShiftAmount()1133 return (NextPowerOf2(valueWidth-1) - 1) & orgShiftAmount; in getShiftAmount()