Searched defs:left_of_left (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1002 HInstruction* left_of_left; // left input of left. variable
1004 if (ValueBound::IsAddOrSubAConstant(left, &left_of_left, &right_const)) {
1005 left = left_of_left;
1059 HInstruction* left_of_left; // left input of left. local
1061 if (ValueBound::IsAddOrSubAConstant(left, &left_of_left, &c)) {
1062 left = left_of_left;

Completed in 20 milliseconds