Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc2994 bool is_x_negated = is_y_negated ^ ((x == right) && y->IsSub()); in TrySubtractionChainSimplification() local
3001 if (is_x_negated) { in TrySubtractionChainSimplification()