Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3145 uint32_t PrevShiftAmount = 0; in getVLENFactoredAmount() local
3151 .addImm(ShiftAmount - PrevShiftAmount) in getVLENFactoredAmount()
3158 PrevShiftAmount = ShiftAmount; in getVLENFactoredAmount()