Home
last modified time | relevance | path

Searched refs:is_negated (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc2219 static int64_t GetValue(HConstant* constant, bool is_negated) { in GetValue() argument
2221 return is_negated ? -ret : ret; in GetValue()