Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc40 int32_t instr_const = instruction->AsIntConstant()->GetValue(); in ValueBound() local
41 if (!WouldAddOverflowOrUnderflow(instr_const, constant)) { in ValueBound()
43 constant_ = instr_const + constant; in ValueBound()