Searched refs:is_negated (Results 1 – 1 of 1) sorted by relevance
2919 static int64_t GetValue(HConstant* constant, bool is_negated) { in GetValue() argument2921 return is_negated ? -ret : ret; in GetValue()