Searched refs:ConstantShift (Results 1 – 1 of 1) sorted by relevance
972 unsigned ConstantShift = XLen - LeadingZeros; in Select() local973 if (ConstantShift > (XLen - (64 - countLeadingZeros(C1)))) in Select()976 uint64_t ShiftedC1 = C1 << ConstantShift; in Select()