Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1696 HInstruction* most_constant_right = GetConstantRight(); in GetLeastConstantLeft() local
1697 if (most_constant_right == nullptr) { in GetLeastConstantLeft()
1699 } else if (most_constant_right == GetLeft()) { in GetLeastConstantLeft()