Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc2269 bool is_const2_negated = (const2 == right) && instruction->IsSub(); in TrySubtractionChainSimplification() local
2270 int64_t const2_val = GetValue(const2, is_const2_negated); in TrySubtractionChainSimplification()