Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc2273 bool is_const1_negated = is_y_negated ^ ((const1 == right) && y->IsSub()); in TrySubtractionChainSimplification() local
2274 int64_t const1_val = GetValue(const1, is_const1_negated); in TrySubtractionChainSimplification()