Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc2971 bool is_y_negated = (y == right) && instruction->IsSub(); in TrySubtractionChainSimplification() local
2973 bool is_const1_negated = is_y_negated ^ ((const1 == right) && y->IsSub()); in TrySubtractionChainSimplification()
2975 bool is_x_negated = is_y_negated ^ ((x == right) && y->IsSub()); in TrySubtractionChainSimplification()