Home
last modified time | relevance | path

Searched refs:ConstantShift (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp972 unsigned ConstantShift = XLen - LeadingZeros; in Select() local
973 if (ConstantShift > (XLen - (64 - countLeadingZeros(C1)))) in Select()
976 uint64_t ShiftedC1 = C1 << ConstantShift; in Select()