Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp52 ImmField() : ImmFieldOperand(-1), Shift(0), LBound(0), HBound(0) {} in ImmField()
53 ImmField(uint8_t Shift, int16_t LBound, int16_t HBound, in ImmField()
56 HBound(HBound) {} in ImmField()
60 int16_t HBound; // High bound of the immediate operand member
104 int16_t HBound() const { return Imm.HBound; } in HBound() function
328 int HBound) { in InRange() argument
331 (Value2 >= LBound) && (Value2 < HBound)) in InRange()
344 if (!InRange(offset, Entry.Shift(), Entry.LBound(), Entry.HBound())) in ImmInRange()