Searched refs:ConstantShift (Results 1 – 1 of 1) sorted by relevance
1396 unsigned ConstantShift = XLen - LeadingZeros; in Select() local1397 if (ConstantShift > (XLen - llvm::bit_width(C1))) in Select()1400 uint64_t ShiftedC1 = C1 << ConstantShift; in Select()