Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp719 const unsigned MsbPlusOne = VT.getSizeInBits() - LeftShAmt; in trySignedBitfieldExtract() local
720 const unsigned Msb = MsbPlusOne - 1; in trySignedBitfieldExtract()