Searched refs:MaxShift (Results 1 – 2 of 2) sorted by relevance
353 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,547 unsigned MaxShift, in canExtractShiftFromMul() argument551 assert(MaxShift > 0); in canExtractShiftFromMul()566 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
4932 uint64_t MaxShift = 32; in expandRotationImm() local4935 ShiftValue = MaxShift - ImmValue; in expandRotationImm()