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

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc66 // Return true if instruction can be expressed as "left_instruction + right_constant".
68 /* out */ HInstruction** left_instruction,
89 *left_instruction = left_so_far;
67 IsAddOrSubAConstant(HInstruction* instruction, HInstruction** left_instruction, int32_t* right_constant) argument

Completed in 138 milliseconds