Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc71 int32_t right_so_far = 0; in IsAddOrSubAConstant() local
79 if (!WouldAddOverflowOrUnderflow(right_so_far, c)) { in IsAddOrSubAConstant()
82 right_so_far += c; in IsAddOrSubAConstant()
90 *right_constant = right_so_far; in IsAddOrSubAConstant()