Searched refs:MaxShift (Results 1 – 2 of 2) sorted by relevance
280 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,493 unsigned MaxShift, in canExtractShiftFromMul() argument497 assert(MaxShift > 0); in canExtractShiftFromMul()512 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
3461 uint64_t MaxShift = 32; in expandRotationImm() local3464 ShiftValue = MaxShift - ImmValue; in expandRotationImm()