Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc2975 bool is_x_negated = is_y_negated ^ ((x == right) && y->IsSub()); in TrySubtractionChainSimplification() local
2982 if (is_x_negated) { in TrySubtractionChainSimplification()