Searched refs:is_more_general_than (Results 1 – 3 of 3) sorted by relevance
132 bool is_more_general_than(const Representation& other) const { in is_more_general_than() function146 return other.is_more_general_than(*this) || other.Equals(*this); in fits_into()151 if (other.is_more_general_than(*this)) return other; in generalize()
38 CHECK(more_general.is_more_general_than(less_general)); in TestPairPositive()44 CHECK(!more_general.is_more_general_than(less_general)); in TestPairNegative()
103 if (new_rep.is_more_general_than(r)) { in UpdateRepresentation()1035 if (r.is_more_general_than(Representation::Integer32())) { in InferRepresentation()3050 if (observed_output_representation_.is_more_general_than(rep) && in RepresentationFromOutput()