Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc440 HInstruction* target_other; in GetComparisonInstructions() local
443 target_other = partial; in GetComparisonInstructions()
446 target_other = graph_->GetNullConstant(); in GetComparisonInstructions()
462 target_other = static_read; in GetComparisonInstructions()
469 ? std::pair{partial, target_other} in GetComparisonInstructions()
470 : std::pair{target_other, partial}; in GetComparisonInstructions()