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