Searched defs:IsInRange (Results 1 – 5 of 5) sorted by relevance
17 inline constexpr bool IsInRange(T value, U lower_limit, U higher_limit) { in IsInRange() function
222 bool IsInRange = IntVal >= From && IntVal <= To; in assumeWithinInclusiveRange() local
146 bool IsInRange(const T& low, const T& high) const { in IsInRange() function188 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
905 TNode<BoolT> IsInRange(TNode<Word32T> value, U lower_limit, U higher_limit) { in IsInRange() function912 TNode<BoolT> IsInRange(TNode<WordT> value, intptr_t lower_limit, in IsInRange() function