Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp713 const unsigned LeftShAmt = N01C->getZExtValue(); in trySignedBitfieldExtract() local
716 if (LeftShAmt > RightShAmt) in trySignedBitfieldExtract()
719 const unsigned MsbPlusOne = VT.getSizeInBits() - LeftShAmt; in trySignedBitfieldExtract()
721 const unsigned Lsb = RightShAmt - LeftShAmt; in trySignedBitfieldExtract()