Home | History | Annotate | Download | only in optimizing

Lines Matching full:asintconstant

1604     if (cond->AsIntConstant()->IsTrue()) {
1609 DCHECK(cond->AsIntConstant()->IsFalse()) << cond->AsIntConstant()->GetValue();
2645 int32_t value = in.GetConstant()->AsIntConstant()->GetValue();
2682 int32_t value = in.GetConstant()->AsIntConstant()->GetValue();
2824 int32_t value = in.GetConstant()->AsIntConstant()->GetValue();
3003 int32_t value = second.GetConstant()->AsIntConstant()->GetValue();
3115 Immediate(second.GetConstant()->AsIntConstant()->GetValue()));
3233 Immediate imm(mul->InputAt(1)->AsIntConstant()->GetValue());
3475 int32_t imm = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
3495 int32_t imm = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
3518 int imm = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
3596 int32_t imm = second.GetConstant()->AsIntConstant()->GetValue();
3864 if (value.GetConstant()->AsIntConstant()->GetValue() == 0) {
3933 int32_t shift = second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance;
3961 int32_t shift = second.GetConstant()->AsIntConstant()->GetValue() & kMaxLongShiftDistance;
4118 Immediate imm(second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance);
4139 int32_t shift_amt = second.GetConstant()->AsIntConstant()->GetValue() & kMaxLongShiftDistance;
5316 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4) + data_offset;
5419 __ movb(address, Immediate(value.GetConstant()->AsIntConstant()->GetValue()));
5432 __ movw(address, Immediate(value.GetConstant()->AsIntConstant()->GetValue()));
7002 Immediate(second.GetConstant()->AsIntConstant()->GetValue()));
7005 Immediate(second.GetConstant()->AsIntConstant()->GetValue()));
7009 Immediate(second.GetConstant()->AsIntConstant()->GetValue()));
7604 value->AsIntConstant()->GetValue(), insn->GetBaseMethodAddress(), const_area));
7775 Address(obj, (index.GetConstant()->AsIntConstant()->GetValue() << scale) + data_offset) :