Lines Matching full:asintconstant
39 int32_t instr_const = instruction->AsIntConstant()->GetValue();
77 int32_t v = right->AsIntConstant()->GetValue();
97 return ValueBound(nullptr, instruction->AsIntConstant()->GetValue());
113 return ValueBound(nullptr, instruction->AsIntConstant()->GetValue());
443 int32_t initial_constant = initial_->AsIntConstant()->GetValue();
843 int32_t constant = index->AsIntConstant()->GetValue();
848 if (constant < array_length->AsIntConstant()->GetValue()) {
988 ValueRange* range = left_range->Add(right->AsIntConstant()->GetValue());
1003 ValueRange* range = left_range->Add(-right->AsIntConstant()->GetValue());
1059 right_const = right->AsIntConstant()->GetValue();
1111 int32_t constant = instruction->GetRight()->AsIntConstant()->GetValue();