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

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc39 int32_t instr_const = instruction->AsIntConstant()->GetValue(); local
40 if (!WouldAddOverflowOrUnderflow(instr_const, constant)) {
42 constant_ = instr_const + constant;

Completed in 41 milliseconds