Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dboolean_simplifier.cc52 static bool PreservesCondition(HInstruction* input_true, HInstruction* input_false) { in PreservesCondition() function
128 } else if (PreservesCondition(true_value, false_value)) { in TryRemovingBooleanSelection()