Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15474 unsigned ShiftedAmount = 8 - ShAmtCLeft->getZExtValue(); in combineSubShiftToOrcB() local
15476 if (ShiftedAmount >= 8) in combineSubShiftToOrcB()
15482 if (ShiftedAmount != 0) { // Right operand must be a right shift. in combineSubShiftToOrcB()
15486 if (!ShAmtCRight || ShAmtCRight->getZExtValue() != ShiftedAmount) in combineSubShiftToOrcB()
15492 if (!N0.hasOneUse() && (ShiftedAmount == 0 || !N1.hasOneUse())) in combineSubShiftToOrcB()
15499 Mask <<= ShiftedAmount; in combineSubShiftToOrcB()