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