Searched defs:IsInRange (Results 1 – 4 of 4) sorted by relevance
32 inline bool IsInRange(int value, int lower_limit, int higher_limit) { in IsInRange() function
222 bool IsInRange = IntVal >= From && IntVal <= To; in assumeWithinInclusiveRange() local
121 bool IsInRange(const T& low, const T& high) const { in IsInRange() function159 bool IsInRange(const T& low, const T& high) const { in IsInRange() function
276 bool IsInRange = isRV64() ? true : isInt<32>(Imm) || isUInt<32>(Imm); in isImmXLen() local