Searched refs:LeftShAmt (Results 1 – 1 of 1) sorted by relevance
713 const unsigned LeftShAmt = N01C->getZExtValue(); in trySignedBitfieldExtract() local716 if (LeftShAmt > RightShAmt) in trySignedBitfieldExtract()719 const unsigned MsbPlusOne = VT.getSizeInBits() - LeftShAmt; in trySignedBitfieldExtract()721 const unsigned Lsb = RightShAmt - LeftShAmt; in trySignedBitfieldExtract()