Searched refs:kFirstSentinel (Results 1 – 1 of 1) sorted by relevance
66 static constexpr Representation kFirstSentinel = kFunc; variable114 return !is_bottom() && representation_ >= kFirstSentinel; in is_generic()117 constexpr bool is_index() const { return representation_ < kFirstSentinel; } in is_index()