Searched refs:MaxShift (Results 1 – 2 of 2) sorted by relevance
357 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,555 unsigned MaxShift, in canExtractShiftFromMul() argument559 assert(MaxShift > 0); in canExtractShiftFromMul()574 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
4974 uint64_t MaxShift = 32; in expandRotationImm() local4977 ShiftValue = MaxShift - ImmValue; in expandRotationImm()