Searched defs:LBound (Results 1 – 1 of 1) sorted by relevance
59 int16_t LBound; // Low bound of the immediate operand member103 int16_t LBound() const { return Imm.LBound; } in LBound() function327 static bool InRange(int64_t Value, unsigned short Shift, int LBound, in InRange()