Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp704 const unsigned RightShAmt = N1C->getZExtValue(); in trySignedBitfieldExtract() local
716 if (LeftShAmt > RightShAmt) in trySignedBitfieldExtract()
721 const unsigned Lsb = RightShAmt - LeftShAmt; in trySignedBitfieldExtract()
739 const unsigned Lsb = RightShAmt; in trySignedBitfieldExtract()