Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15479 SDValue LeftShiftOperand = N0->getOperand(0); in combineSubShiftToOrcB() local
15495 if (LeftShiftOperand != RightShiftOperand) in combineSubShiftToOrcB()
15502 if (!DAG.MaskedValueIsZero(LeftShiftOperand, ~Mask)) in combineSubShiftToOrcB()
15505 return DAG.getNode(RISCVISD::ORC_B, SDLoc(N), VT, LeftShiftOperand); in combineSubShiftToOrcB()