Searched refs:instr_const (Results 1 – 1 of 1) sorted by relevance
40 int32_t instr_const = instruction->AsIntConstant()->GetValue(); in ValueBound() local41 if (!WouldAddOverflowOrUnderflow(instr_const, constant)) { in ValueBound()43 constant_ = instr_const + constant; in ValueBound()