Searched refs:MaxShift (Results 1 – 2 of 2) sorted by relevance
256 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,471 unsigned MaxShift, in canExtractShiftFromMul() argument475 assert(MaxShift > 0); in canExtractShiftFromMul()490 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
4476 uint64_t MaxShift = 32; in expandRotationImm() local4479 ShiftValue = MaxShift - ImmValue; in expandRotationImm()