Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc3461 const bool right_is_equal = right == value; in TryMergeWithAnd() local
3462 if (!left_is_equal && !right_is_equal) { in TryMergeWithAnd()