Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc63 int* right_constant) { in IsAddOrSubAConstant() argument
71 *right_constant = instruction->IsAdd() ? c : -c; in IsAddOrSubAConstant()
76 *right_constant = 0; in IsAddOrSubAConstant()