Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc901 bool is_max = (cmp == kCondLT || cmp == kCondLE); in AllowInMinMax() local
904 if (is_max ? (value >= other_value) : (value <= other_value)) { in AllowInMinMax()